Browse Source

proper default namespace

pull/1/head
Kyle Spearrin 8 years ago
parent
commit
6e4e78c30e
  1. 1
      src/Console/Console.csproj

1
src/Console/Console.csproj

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

Loading…
Cancel
Save