Skip to content

Commit 44f13b1

Browse files
author
Rick Anderson
authored
update to 2.1 (dotnet#9178)
1 parent a5b3914 commit 44f13b1

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
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>

0 commit comments

Comments
 (0)