From 37c12d5a648ec2e7b7e0477bc1655e1bcae0fb33 Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 3 Oct 2017 11:46:57 -0700 Subject: [PATCH] Add sources for the final time --- build/RuntimeStore.targets | 2 +- .../Microsoft.AspNetCore.All.csproj | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/build/RuntimeStore.targets b/build/RuntimeStore.targets index 6888bd3106..96f092c204 100644 --- a/build/RuntimeStore.targets +++ b/build/RuntimeStore.targets @@ -40,7 +40,7 @@ + Properties="Configuration=$(Configuration);DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath)" /> diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index 79df5e1ea1..95e31dbeb0 100644 --- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj +++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj @@ -1,9 +1,18 @@ - + + $(DotNetRestoreSources) + + $(RestoreSources); + https://dotnet.myget.org/F/aspnet-2-0-2-october2017-patch/api/v3/index.json; + https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json; + https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; + https://api.nuget.org/v3/index.json; + + false netcoreapp2.0 aspnetcore