React to removal of the cli-deps myget feed

This commit is contained in:
Nate McMaster 2018-03-02 09:32:26 -08:00 committed by GitHub
parent 7357e483cf
commit 8d274cdb0f
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> <PropertyGroup>
<TargetFramework>netcoreapp1.0</TargetFramework> <TargetFramework>netcoreapp1.0</TargetFramework>
<RestoreSources>$(RestoreSources);https://dotnet.myget.org/F/cli-deps/api/v3/index.json</RestoreSources> <RestoreSources>$(RestoreSources);https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json</RestoreSources>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0" /> <DotNetCliToolReference Include="dotnet-deb-tool" Version="2.0.0-preview2-25331-01" />
</ItemGroup> </ItemGroup>
</Project> </Project>