Prevent USERSECRETS001 warnings while building cache

This commit is contained in:
John Luo 2017-04-12 13:24:04 -07:00
parent 77b2ffba00
commit b49fc08f8b
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<TargetFramework>netstandard1.6</TargetFramework>
<PackageTags>aspnetcore</PackageTags>
<Description>Microsoft.AspNetCore.All</Description>
<GenerateUserSecretsAttribute>false</GenerateUserSecretsAttribute>
</PropertyGroup>
<ItemGroup>