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
committerMatt Ward <ward.matt@gmail.com>2019-11-01 15:49:57 +0300
commite8e929c472645a8b71b8639cdcf464923e6ef99c (patch)
treea8974582a5234d8c92fa6ad5124e320770099b57 /NuGet.config
parent45b7444759bc151b55b12b63ffc392de405045c2 (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" />