File tree Expand file tree Collapse file tree 5 files changed +14
-17
lines changed Expand file tree Collapse file tree 5 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <TargetFramework >netcoreapp2.1</TargetFramework >
4
- <LangVersion >latest</LangVersion >
5
- </PropertyGroup >
6
- <PropertyGroup >
7
- <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
8
- </PropertyGroup >
9
- <ItemGroup >
10
- <PackageReference Include =" Microsoft.NETCore.App " Version =" 2. 1.0" />
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 2.1.1" />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 2.1.1" />
13
- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 2.1.1" />
14
- </ItemGroup >
2
+ <PropertyGroup >
3
+ <TargetFramework >netcoreapp2.1</TargetFramework >
4
+ <LangVersion >latest</LangVersion >
5
+ </PropertyGroup >
6
+ <PropertyGroup >
7
+ <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
8
+ </PropertyGroup >
9
+ <ItemGroup >
10
+ <PackageReference Include =" Discord.Net " Version =" 1.0.2 " />
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 2.1.1" />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 2.1.1" />
13
+ <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 2.1.1" />
14
+ </ItemGroup >
15
15
</Project >
Original file line number Diff line number Diff line change 4
4
<LangVersion >latest</LangVersion >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.NETCore.App" Version =" 2.1.0" />
8
7
<PackageReference Include =" Discord.Net" Version =" 1.0.2" />
9
8
<PackageReference Include =" Kitsu" Version =" 1.4.1" />
10
9
<PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version =" 2.1.1" />
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >netcoreapp2.1</TargetFrameworks >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.NETCore.App" Version =" 2.1.0" />
8
7
<PackageReference Include =" AspNet.Security.OAuth.Discord" Version =" 2.0.0" />
9
8
<PackageReference Include =" Discord.Net.WebSocket" Version =" 1.0.2" />
10
9
<PackageReference Include =" Microsoft.AspNetCore" Version =" 2.1.1" />
Original file line number Diff line number Diff line change 8
8
<DefineConstants >TRACE;DEBUG</DefineConstants >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.NETCore.App" Version =" 2.1.0" />
12
11
<PackageReference Include =" Discord.Net" Version =" 1.0.2" />
13
12
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
14
13
<PackageReference Include =" Serilog" Version =" 2.7.1" />
Original file line number Diff line number Diff line change 1
1
{
2
- "sdk" : { "version" : " 2.1.301 " }
2
+ "sdk" : { "version" : " 2.1.302 " }
3
3
}
You can’t perform that action at this time.
0 commit comments