1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 17:43:53 +00: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

@@ -23,4 +23,8 @@
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>
</Project>