2018-08-01 10:07:20 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2018-03-21 12:57:43 -04:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-08-27 09:27:52 -04:00
|
|
|
|
<Version>1.32.0</Version>
|
2019-07-23 16:38:49 -04:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2018-09-13 23:33:18 -04:00
|
|
|
|
<RootNamespace>Bit.Admin</RootNamespace>
|
2018-03-21 12:57:43 -04:00
|
|
|
|
<UserSecretsId>bitwarden-Admin</UserSecretsId>
|
2019-07-23 16:38:49 -04:00
|
|
|
|
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
|
2018-03-21 12:57:43 -04:00
|
|
|
|
</PropertyGroup>
|
2018-03-28 23:16:09 -04:00
|
|
|
|
|
2018-03-21 12:57:43 -04:00
|
|
|
|
<ItemGroup>
|
2019-03-25 13:23:50 -04:00
|
|
|
|
<ProjectReference Include="..\..\util\Migrator\Migrator.csproj" />
|
2018-03-21 12:57:43 -04:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-07-23 16:38:49 -04:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
|
2019-02-25 10:39:04 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2018-03-21 12:57:43 -04:00
|
|
|
|
</Project>
|