Skip to content

Commit c92b2cb

Browse files
Update dependencies from https://github.com/dotnet/templating build 20210820.12 (#19945)
[main] Update dependencies from dotnet/templating
1 parent cfc5cb7 commit c92b2cb

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-alpha.1.21420.6">
4+
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-alpha.1.21420.12">
55
<Uri>https://github.com/dotnet/templating</Uri>
6-
<Sha>e59524670fafa7d0cfcd472276696a91be17d377</Sha>
6+
<Sha>335ed21aa6fc075ae33dad5d908de1912020bb37</Sha>
77
<SourceBuild RepoName="templating" ManagedOnly="true" />
88
</Dependency>
9-
<Dependency Name="Microsoft.TemplateEngine.Abstractions" Version="7.0.100-alpha.1.21420.6">
9+
<Dependency Name="Microsoft.TemplateEngine.Abstractions" Version="7.0.100-alpha.1.21420.12">
1010
<Uri>https://github.com/dotnet/templating</Uri>
11-
<Sha>e59524670fafa7d0cfcd472276696a91be17d377</Sha>
11+
<Sha>335ed21aa6fc075ae33dad5d908de1912020bb37</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.TemplateEngine.Orchestrator.RunnableProjects" Version="7.0.100-alpha.1.21420.6">
13+
<Dependency Name="Microsoft.TemplateEngine.Orchestrator.RunnableProjects" Version="7.0.100-alpha.1.21420.12">
1414
<Uri>https://github.com/dotnet/templating</Uri>
15-
<Sha>e59524670fafa7d0cfcd472276696a91be17d377</Sha>
15+
<Sha>335ed21aa6fc075ae33dad5d908de1912020bb37</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.TemplateEngine.Utils" Version="7.0.100-alpha.1.21420.6">
17+
<Dependency Name="Microsoft.TemplateEngine.Utils" Version="7.0.100-alpha.1.21420.12">
1818
<Uri>https://github.com/dotnet/templating</Uri>
19-
<Sha>e59524670fafa7d0cfcd472276696a91be17d377</Sha>
19+
<Sha>335ed21aa6fc075ae33dad5d908de1912020bb37</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.TemplateSearch.Common" Version="7.0.100-alpha.1.21420.6">
21+
<Dependency Name="Microsoft.TemplateSearch.Common" Version="7.0.100-alpha.1.21420.12">
2222
<Uri>https://github.com/dotnet/templating</Uri>
23-
<Sha>e59524670fafa7d0cfcd472276696a91be17d377</Sha>
23+
<Sha>335ed21aa6fc075ae33dad5d908de1912020bb37</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-alpha.1.21420.6">
25+
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-alpha.1.21420.12">
2626
<Uri>https://github.com/dotnet/templating</Uri>
27-
<Sha>e59524670fafa7d0cfcd472276696a91be17d377</Sha>
27+
<Sha>335ed21aa6fc075ae33dad5d908de1912020bb37</Sha>
2828
</Dependency>
2929
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.1.21417.1">
3030
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@
110110
</PropertyGroup>
111111
<PropertyGroup>
112112
<!-- Dependencies from https://github.com/dotnet/templating -->
113-
<MicrosoftTemplateEngineCliPackageVersion>7.0.100-alpha.1.21420.6</MicrosoftTemplateEngineCliPackageVersion>
114-
<MicrosoftTemplateEngineAbstractionsPackageVersion>7.0.100-alpha.1.21420.6</MicrosoftTemplateEngineAbstractionsPackageVersion>
115-
<MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>7.0.100-alpha.1.21420.6</MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>
116-
<MicrosoftTemplateEngineUtilsPackageVersion>7.0.100-alpha.1.21420.6</MicrosoftTemplateEngineUtilsPackageVersion>
117-
<MicrosoftTemplateSearchCommonPackageVersion>7.0.100-alpha.1.21420.6</MicrosoftTemplateSearchCommonPackageVersion>
113+
<MicrosoftTemplateEngineCliPackageVersion>7.0.100-alpha.1.21420.12</MicrosoftTemplateEngineCliPackageVersion>
114+
<MicrosoftTemplateEngineAbstractionsPackageVersion>7.0.100-alpha.1.21420.12</MicrosoftTemplateEngineAbstractionsPackageVersion>
115+
<MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>7.0.100-alpha.1.21420.12</MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>
116+
<MicrosoftTemplateEngineUtilsPackageVersion>7.0.100-alpha.1.21420.12</MicrosoftTemplateEngineUtilsPackageVersion>
117+
<MicrosoftTemplateSearchCommonPackageVersion>7.0.100-alpha.1.21420.12</MicrosoftTemplateSearchCommonPackageVersion>
118118
</PropertyGroup>
119119
<PropertyGroup>
120120
<!-- Dependencies from https://github.com/Microsoft/visualfsharp -->

0 commit comments

Comments
 (0)