This repository was archived by the owner on Sep 27, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHeroBot.Common.csproj
More file actions
36 lines (31 loc) · 1.57 KB
/
HeroBot.Common.csproj
File metadata and controls
36 lines (31 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ProjectGuid>{D132FFD7-9D7D-4E22-80CB-61685E4BC517}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Compile Remove=".circleci\**" />
<EmbeddedResource Remove=".circleci\**" />
<None Remove=".circleci\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.4" />
<PackageReference Include="Dapper.FastCrud" Version="2.5.0.39" />
<PackageReference Include="Discord.Addons.PassiveInteractive" Version="2.0.4" />
<PackageReference Include="Discord.Net" Version="2.1.1" />
<PackageReference Include="FluentMigrator" Version="3.2.1" />
<PackageReference Include="FluentMigrator.Runner.Postgres" Version="3.2.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0-preview8.19405.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0-preview8.19405.4" />
<PackageReference Include="Npgsql" Version="4.1.0-preview2" />
<PackageReference Include="StackExchange.Redis" Version="2.0.601" />
</ItemGroup>
<ItemGroup>
<Content Update="C:\Users\Matthieu\.nuget\packages\v8.net\1.1.6\contentFiles\any\netstandard2.0\V8_Net_Proxy_x64.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\Matthieu\.nuget\packages\v8.net\1.1.6\contentFiles\any\netstandard2.0\V8_Net_Proxy_x86.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>