1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-05 18:12:48 -05:00

drop net461 support in billing and ident.

cleanup various csproj files
add appservice hosting startup package for api
This commit is contained in:
Kyle Spearrin
2017-10-27 21:43:26 -04:00
parent 953f2aa3ef
commit a9cf049a6c
8 changed files with 5 additions and 30 deletions

View File

@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<AssemblyName>Core</AssemblyName>
<RootNamespace>Bit.Core</RootNamespace>
<GenerateUserSecretsAttribute>false</GenerateUserSecretsAttribute>
</PropertyGroup>