mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
9 lines
170 B
XML
9 lines
170 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|