1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

simplify secrets in startup via csproj tools

This commit is contained in:
Kyle Spearrin
2017-10-19 00:08:09 -04:00
parent 8b07244c95
commit 5ee0b4a9da
11 changed files with 40 additions and 26 deletions

View File

@ -10,4 +10,8 @@
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>
</Project>