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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23211.46 -> To Version 7.0.400-preview.23212.13

Dependency coherency updates

Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview-23207-02 -> To Version 17.7.0-preview-23212-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-04-12 19:46:09 +00:00
parent e823f43793
commit 13c3cc3b44
2 changed files with 15 additions and 15 deletions

View file

@ -98,22 +98,22 @@
<Sha>5a41781eb69eb4721e736a99262dbd32b6bb55d4</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23211.46">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23212.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49a86a63d9c38004b318f84283a1152696429364</Sha>
<Sha>25bde009ba03b8e773ace362876db2884499d8dd</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23211.46">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23212.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49a86a63d9c38004b318f84283a1152696429364</Sha>
<Sha>25bde009ba03b8e773ace362876db2884499d8dd</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23211.46">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23212.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49a86a63d9c38004b318f84283a1152696429364</Sha>
<Sha>25bde009ba03b8e773ace362876db2884499d8dd</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23211.46">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23212.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49a86a63d9c38004b318f84283a1152696429364</Sha>
<Sha>25bde009ba03b8e773ace362876db2884499d8dd</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.4-servicing.23117.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -149,13 +149,13 @@
<Sha>6bd2384c7889b7a141ba0c7a23aebc5b44f1f237</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23207-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23212-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>e2fa2d70f5b1d9f1b8a595391ee3d7c457b0fe26</Sha>
<Sha>073c84ec2bb2de1e709eb1326402a8760d5651d3</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23206-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23212-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>cfc1d400eafec60a34d6e0ac4b0979054c03227a</Sha>
<Sha>073c84ec2bb2de1e709eb1326402a8760d5651d3</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.12" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -69,9 +69,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23211.46</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23211.46</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23211.46</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23212.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23212.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23212.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>