Remove dummy reference project from the output of the runtime store

This commit is contained in:
Nate McMaster 2017-10-16 12:53:36 -07:00
parent 44520119e3
commit 83e22851c5
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
https://api.nuget.org/v3/index.json;
</RestoreSources>
<TargetFramework>netcoreapp2.0</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
</Project>