File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp2.2 </TargetFramework >
3+ <TargetFramework >netcoreapp3.0 </TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" NETStandard.Library" Version =" 2.0.3" />
76 <PackageReference Include =" Microsoft.AspNetCore.App" />
8- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.2.4 " />
9- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.2.4 " >
7+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.0.0 " />
8+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 3.0.0 " >
109 <PrivateAssets >all</PrivateAssets >
1110 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1211 </PackageReference >
You can’t perform that action at this time.
0 commit comments