File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
aspnetcore/data/ef-rp/intro/samples/cu Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp2.0 </TargetFramework >
3+ <TargetFramework >netcoreapp2.1 </TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.4" />
7- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.0.0" />
8- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Utils" Version =" 2.0.0" />
9- </ItemGroup >
10- <ItemGroup >
11- <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.0" />
12- <DotNetCliToolReference Include =" Microsoft.EntityFrameworkCore.Tools.DotNet" Version =" 2.0.0" />
6+ <PackageReference Include =" Microsoft.AspNetCore.All" />
7+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.1.5" />
8+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Utils" Version =" 2.1.5" />
139 </ItemGroup >
1410</Project >
You can’t perform that action at this time.
0 commit comments