Update dependencies from https://github.com/dotnet/sdk build 20220826.31

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.100-rc.2.22426.27 -> To Version 7.0.100-rc.2.22426.31
This commit is contained in:
dotnet-maestro[bot] 2022-08-27 06:51:22 +00:00
parent 8570a0c5f9
commit 6b80eae331
2 changed files with 11 additions and 11 deletions

View file

@ -103,22 +103,22 @@
<Sha>8a75efaa853cd17f1336f5e99e626ab3e0fa68d1</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-rc.2.22426.27">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.100-rc.2.22426.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ea35ee9b6115aec5287fc006e1d8119ebe7b433c</Sha>
<Sha>09083d87809007e99d0b49fe77371abfdfd692d6</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-rc.2.22426.27">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.100-rc.2.22426.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ea35ee9b6115aec5287fc006e1d8119ebe7b433c</Sha>
<Sha>09083d87809007e99d0b49fe77371abfdfd692d6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.2.22426.27">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-rc.2.22426.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ea35ee9b6115aec5287fc006e1d8119ebe7b433c</Sha>
<Sha>09083d87809007e99d0b49fe77371abfdfd692d6</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.2.22426.27">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-rc.2.22426.31">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ea35ee9b6115aec5287fc006e1d8119ebe7b433c</Sha>
<Sha>09083d87809007e99d0b49fe77371abfdfd692d6</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.0-rc.2.22424.12" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -62,9 +62,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.100-rc.2.22426.27</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-rc.2.22426.27</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.2.22426.27</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.100-rc.2.22426.31</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.100-rc.2.22426.31</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-rc.2.22426.31</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>