2018-08-02 18:14:33 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-08-15 14:40:28 +02:00
|
|
|
|
<Version>1.23.0</Version>
|
2018-08-02 18:14:33 +02:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
|
<RootNamespace>Bit.Hub</RootNamespace>
|
|
|
|
|
<UserSecretsId>bitwarden-Hub</UserSecretsId>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2018-08-06 21:13:07 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.2" />
|
2018-08-06 22:42:55 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="2.1.2" />
|
2018-08-02 18:14:33 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|