File tree Expand file tree Collapse file tree
AspNetCoreFileUploadFileTable Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.0 </TargetFramework >
3+ <TargetFramework >netcoreapp3.1 </TargetFramework >
44 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
55 </PropertyGroup >
66
99 </ItemGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" BuildBundlerMinifier" Version =" 3.0.415 " />
13- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.0 .0" />
14- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.0 .0" >
12+ <PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.435 " />
13+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1 .0" />
14+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1 .0" >
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1717 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.0 </TargetFramework >
3+ <TargetFramework >netcoreapp3.1 </TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
66 <PackageReference Include =" Microsoft.AspNetCore.App" />
7- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.0 .0" />
8- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.0 .0" >
7+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1 .0" />
8+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.1 .0" >
99 <PrivateAssets >all</PrivateAssets >
1010 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1111 </PackageReference >
You can’t perform that action at this time.
0 commit comments