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
committerRodrigo Moya <rodrigo@gnome-db.org>2019-11-01 22:02:00 +0300
commitc4cb3b0467060e5ae74f94191b438dc96d6e63c3 (patch)
tree16368a87d9d0aef93f1d14d2bbd6adeca8cc215b
parent4968a9572febc35b58c9c664bfb6844e4095bd76 (diff)
[Ide] Update dotnet templating enginemonodevelop-8.4.0.2350release-8.4-preview2
Update to version 3.0.0-rc1.19464.2 Fixes VSTS #999874 - New Blazor project has template sections which haven't been processed
-rw-r--r--NuGet.config1
-rw-r--r--main/Directory.Build.props2
2 files changed, 2 insertions, 1 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" />
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index d05d73395e..0c00e19319 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -13,7 +13,7 @@
<NuGetVersionAllocationAnalyzer>1.0.0.9</NuGetVersionAllocationAnalyzer>
<NuGetVersionCecil>0.10.1</NuGetVersionCecil>
<NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
- <NuGetVersionMicrosoftTemplateEngine>1.0.0-beta3-20171117-314</NuGetVersionMicrosoftTemplateEngine>
+ <NuGetVersionMicrosoftTemplateEngine>3.0.0-rc1.19464.2</NuGetVersionMicrosoftTemplateEngine>
<NuGetVersionMicrosoftTestPlatform>15.5.0-preview-20170919-04</NuGetVersionMicrosoftTestPlatform>
<NuGetVersionMonoDevelopAnalyzers>0.1.0.2</NuGetVersionMonoDevelopAnalyzers>
<NuGetVersionNewtonsoftJson>12.0.2</NuGetVersionNewtonsoftJson>