Make the demo project work with both dotnet-zip and dotnet-tarball

This commit is contained in:
Frederik Carlier
2017-05-03 23:05:21 +02:00
parent 6978d462be
commit d8af179b29
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="localFeed" value="../Packaging.Targets/bin/Debug" />
<add key="targetsFeed" value="../Packaging.Targets/bin/Debug" />
<add key="zipFeed" value="../dotnet-zip/bin/Debug" />
<add key="tarballFeed" value="../dotnet-tarball/bin/Debug" />
<add key="appveyor" value="https://ci.appveyor.com/nuget/dotnet-packaging-s5cn128xv4ir" />
</packageSources>
</configuration>

View File

@@ -12,6 +12,7 @@
<PackageReference Include="Nerdbank.GitVersioning" Version="1.6.30" PrivateAssets="all"/>
<PackageReference Include="Packaging.Targets" Version="0.1.1-*"/>
<DotNetCliToolReference Include="dotnet-tarball" Version="0.1.1-*"/>
<DotNetCliToolReference Include="dotnet-zip" Version="0.1.1-*"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.0.0" />