mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-04 05:35:40 +00:00
Make the demo project work with both dotnet-zip and dotnet-tarball
This commit is contained in:
@@ -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>
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user