Add missed launch settings, fix NuGet.configs, remove unused packages

This commit is contained in:
Mike Lorbetske 2017-05-25 23:55:43 -07:00 committed by mlorbetske
commit 59218f4922
9 changed files with 82 additions and 18 deletions

View file

@ -6,9 +6,4 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
<DotNetCliToolReference Include="dotnet-portable" Version="1.0.0" />
<DotNetCliToolReference Include="dotnet-prefercliruntime" Version="1.0.0" />
</ItemGroup>
</Project>