Skip to content

Commit

Permalink
Remove redundant package references
Browse files Browse the repository at this point in the history
 - Get rid of build warnings.
  • Loading branch information
AndersAbel committed Sep 6, 2018
1 parent 30edaef commit 28bcb75
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<UserSecretsId>aspnet-SampleAspNetCore2ApplicationNETFramework-80AA900B-830E-447E-926E-5B6087BFF10D</UserSecretsId>
Expand All @@ -18,8 +18,6 @@
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 28bcb75

Please sign in to comment.