1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

proper default namespace

This commit is contained in:
Kyle Spearrin
2017-10-24 17:21:19 -04:00
parent 7d3ea444f4
commit 6e4e78c30e

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<RootNamespace>Bit.Console</RootNamespace>
</PropertyGroup>
<ItemGroup>