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 /main/Directory.Build.props
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 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
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>