adding docker file

This commit is contained in:
Jake Swenson
2017-10-19 10:03:00 -07:00
parent dfd6e21230
commit c6eeee7cff
3 changed files with 9 additions and 22 deletions

12
bitBetter.csproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.10.0-beta6" />
</ItemGroup>
</Project>