mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -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:
@ -3,7 +3,6 @@
|
||||
<PropertyGroup>
|
||||
<Version>1.13.0</Version>
|
||||
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
|
||||
<AssemblyName>Api</AssemblyName>
|
||||
<RootNamespace>Bit.Api</RootNamespace>
|
||||
<UserSecretsId>bitwarden-Api</UserSecretsId>
|
||||
</PropertyGroup>
|
||||
@ -20,6 +19,7 @@
|
||||
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0" />
|
||||
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.0.2" />
|
||||
|
Reference in New Issue
Block a user