1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 11:03:37 +00:00

user secrets from string param

This commit is contained in:
Kyle Spearrin
2017-05-05 23:03:03 -04:00
parent 33e0e3b071
commit 94fa3b1d1d
7 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,6 @@
<AssemblyName>Billing</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Billing</PackageId>
<UserSecretsId>bitwarden-Billing</UserSecretsId>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
@@ -25,6 +24,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="1.1.1" />
<PackageReference Include="System.Net.Http" Version="4.3.1" />
</ItemGroup>
<ItemGroup>