Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit e8e929c

Browse files
committed
[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
1 parent 45b7444 commit e8e929c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NuGet.config

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
1111
<add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />
1212
<add key="Templating" value="https://dotnet.myget.org/F/templating/" />
13+
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
1314
<add key="Azure AppService" value="https://www.myget.org/F/azure-appservice/api/v3/index.json" />
1415
<add key="MSBuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
1516
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />

main/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<NuGetVersionAllocationAnalyzer>1.0.0.9</NuGetVersionAllocationAnalyzer>
1414
<NuGetVersionCecil>0.10.1</NuGetVersionCecil>
1515
<NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
16-
<NuGetVersionMicrosoftTemplateEngine>1.0.0-beta3-20171117-314</NuGetVersionMicrosoftTemplateEngine>
16+
<NuGetVersionMicrosoftTemplateEngine>3.0.0-rc1.19464.2</NuGetVersionMicrosoftTemplateEngine>
1717
<NuGetVersionMicrosoftTestPlatform>15.5.0-preview-20170919-04</NuGetVersionMicrosoftTestPlatform>
1818
<NuGetVersionMonoDevelopAnalyzers>0.1.0.2</NuGetVersionMonoDevelopAnalyzers>
1919
<NuGetVersionNewtonsoftJson>12.0.2</NuGetVersionNewtonsoftJson>

0 commit comments

Comments
 (0)