netcoreapp1.1 fixes

This commit is contained in:
jonsequitur 2017-01-20 18:30:10 -08:00
parent cfb4cc3cb9
commit d55be626a9
39 changed files with 64 additions and 59 deletions

View file

@ -5,7 +5,7 @@
<TargetFramework>netcoreapp1.1</TargetFramework>
<DebugType>portable</DebugType>
<OutputType>Exe</OutputType>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />