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

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

Dependency coherency updates

Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview.23266.4 -> To Version 17.7.0-preview.23266.6 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-05-17 18:59:18 +00:00
parent b85e93be9b
commit 636e9e5a5c
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.23267.7">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23267.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>18839c16e9360a2858c796dba70f0bfd2ff573ce</Sha>
<Sha>cf327e4df61735f19627b067344fd929934110ae</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23267.7">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23267.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>18839c16e9360a2858c796dba70f0bfd2ff573ce</Sha>
<Sha>cf327e4df61735f19627b067344fd929934110ae</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23267.7">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23267.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>18839c16e9360a2858c796dba70f0bfd2ff573ce</Sha>
<Sha>cf327e4df61735f19627b067344fd929934110ae</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23267.7">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23267.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>18839c16e9360a2858c796dba70f0bfd2ff573ce</Sha>
<Sha>cf327e4df61735f19627b067344fd929934110ae</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>726f2bc7b29424a9528c0744ead93ea70a5f2b43</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23267-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23267-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>f3408b0c0d2c41d0dcbdc3c8bd9654f8a1cb45da</Sha>
<Sha>fe79798bdb36571368176a6b9f8fdd15a5646500</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23267-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23267-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>f3408b0c0d2c41d0dcbdc3c8bd9654f8a1cb45da</Sha>
<Sha>fe79798bdb36571368176a6b9f8fdd15a5646500</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.41" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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