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

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

Dependency coherency updates

Microsoft.NET.Test.Sdk,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview.23220.1 -> To Version 17.7.0-preview.23224.2 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-04-25 10:57:44 +00:00
parent eec16ff6f1
commit 316f113294
2 changed files with 15 additions and 15 deletions

View file

@ -98,22 +98,22 @@
<Sha>45a41b353d078e4d1e5918246fddbacb452eb210</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23224.22">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23225.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ed81d2caa424c18e75ced741b7266c909504f17e</Sha>
<Sha>41faba98207541a52a5564ef4b93ca429651a813</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23224.22">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23225.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ed81d2caa424c18e75ced741b7266c909504f17e</Sha>
<Sha>41faba98207541a52a5564ef4b93ca429651a813</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23224.22">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23225.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ed81d2caa424c18e75ced741b7266c909504f17e</Sha>
<Sha>41faba98207541a52a5564ef4b93ca429651a813</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23224.22">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23225.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ed81d2caa424c18e75ced741b7266c909504f17e</Sha>
<Sha>41faba98207541a52a5564ef4b93ca429651a813</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.5-servicing.23175.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -149,13 +149,13 @@
<Sha>ef625f3b960594fcb3f902af88ad7c90df656516</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23224-09" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23225-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>c6e6cd447ac3944b351247d995f32b4d2010d409</Sha>
<Sha>6300d22b25cc1bcb634663bd7087e31d8312bb15</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23224-09" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23225-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>c6e6cd447ac3944b351247d995f32b4d2010d409</Sha>
<Sha>6300d22b25cc1bcb634663bd7087e31d8312bb15</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.19" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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