Use dotnet-deb-tool 2.0.0 from the aspnetcore-dev myget feed

This commit is contained in:
Nate McMaster 2018-03-02 10:01:24 -08:00 committed by GitHub
parent 8d274cdb0f
commit 7b8c85f7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RestoreSources>$(RestoreSources);https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</RestoreSources>
<RestoreSources>$(RestoreSources);https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>
<DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0-preview2-25331-01" />
<DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0" />
</ItemGroup>
</Project>