File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net5.0 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1.3 " />
9
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1.3 " >
8
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 5.0.0 " />
9
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 5.0.0 " >
10
10
<PrivateAssets >all</PrivateAssets >
11
11
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
12
12
</PackageReference >
13
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 3.1.3 " />
14
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 3.1.2 " />
13
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 5.0.0 " />
14
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 5.0.0 " />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net5.0 </TargetFramework >
5
5
<RootNamespace >Owl.reCAPTCHA</RootNamespace >
6
6
<PackageId >Owl.reCAPTCHA</PackageId >
7
7
<Authors >maliming</Authors >
20
20
</PropertyGroup >
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 " PrivateAssets =" All" />
23
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.0-beta-20204-02 " PrivateAssets =" All" />
24
24
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
25
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 3.1.3 " />
25
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 5.0.0 " />
26
26
</ItemGroup >
27
27
28
28
</Project >
You can’t perform that action at this time.
0 commit comments