Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2019-10-31 22:13:40 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-11-01 02:10:56 +0300
commit4d83cb110907dd5332374d519048651cb602b622 (patch)
tree16368a87d9d0aef93f1d14d2bbd6adeca8cc215b /NuGet.config
parent4968a9572febc35b58c9c664bfb6844e4095bd76 (diff)
[Ide] Update dotnet templating engine
Update to version 3.0.0-rc1.19464.2 Fixes VSTS #999874 - New Blazor project has template sections which haven't been processed
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index 98c896f0cc..826e9f8c20 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -10,6 +10,7 @@
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
<add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />
<add key="Templating" value="https://dotnet.myget.org/F/templating/" />
+ <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="Azure AppService" value="https://www.myget.org/F/azure-appservice/api/v3/index.json" />
<add key="MSBuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />