File tree Expand file tree Collapse file tree 5 files changed +26
-26
lines changed
mvc/models/file-uploads/samples/3.x/SampleApp
integration-tests/samples/3.x/IntegrationTestsSample
tests/RazorPagesProject.Tests
razor-pages-tests/samples/3.x
tests/RazorPagesTestSample.Tests Expand file tree Collapse file tree 5 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.0 .0" />
8+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1 .0" />
99 </ItemGroup >
1010
1111</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
88 <PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.7" />
9- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.0 .0" />
10- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.0 .0" />
11- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 3.0 .0" />
12- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 3.0 .0" />
13- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.0 .0" />
9+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1 .0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.1 .0" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 3.1 .0" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 3.1 .0" />
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1 .0" />
1414 </ItemGroup >
1515
1616</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
88 <PackageReference Include =" AngleSharp" Version =" 0.13.0" />
9- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.0 .0" />
10- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 3.0 .0" />
11- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 3.0 .0" />
12- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 3.0 .0" />
13- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.0 .0" />
14- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.0 .0" />
15- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.0 .0" />
9+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 3.1 .0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 3.1 .0" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 3.1 .0" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 3.1 .0" />
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1 .0" />
14+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1 .0" />
15+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1 .0" />
1616 <PackageReference Include =" xunit" Version =" 2.4.1" />
1717 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
1818 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.0 .0" />
9- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.0 .0" />
8+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 3.1 .0" />
9+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 3.1 .0" />
1010 </ItemGroup >
11-
11+
1212</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 </PropertyGroup >
66
77 <!-- https://github.com/NuGet/Home/issues/4412 -->
1818 </ItemGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0" />
22- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
23- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0.0" />
24- <PackageReference Include =" Moq" Version =" 4.12.0" />
25- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.2" />
21+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.1.0" />
22+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.4.0" />
23+ <PackageReference Include =" Moq" Version =" 4.13.1" />
24+ <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
2625 <PackageReference Include =" System.Diagnostics.TraceSource" Version =" 4.3.0" />
2726 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
2827 <PackageReference Include =" xunit" Version =" 2.4.1" />
28+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
2929 </ItemGroup >
3030
3131</Project >
You can’t perform that action at this time.
0 commit comments