1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00
bitwarden-server/util/BillingUpdater/BillingUpdater.csproj
2017-09-08 11:43:47 -04:00

14 lines
316 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.BillingUpdater</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Core\Core.csproj" />
</ItemGroup>
</Project>