[release/7.0.4xx] Update dependencies from dotnet/sdk (#16125)

[release/7.0.4xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 17.7.0-preview-23212-02 to 17.7.0-preview-23214-01 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.msbuild: from 17.7.0-preview-23212-02 to 17.7.0-preview-23214-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2023-04-14 22:55:53 +00:00 committed by GitHub
parent a4d9c14963
commit 6c51fce344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.23214.15">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23214.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ee49b378438607a5ddca5a9345e5c811f30dbf14</Sha>
<Sha>2c357b9d023ce19120ec9a3f80ca54da66c01544</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23214.15">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23214.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ee49b378438607a5ddca5a9345e5c811f30dbf14</Sha>
<Sha>2c357b9d023ce19120ec9a3f80ca54da66c01544</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23214.15">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23214.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ee49b378438607a5ddca5a9345e5c811f30dbf14</Sha>
<Sha>2c357b9d023ce19120ec9a3f80ca54da66c01544</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23214.15">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23214.18">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ee49b378438607a5ddca5a9345e5c811f30dbf14</Sha>
<Sha>2c357b9d023ce19120ec9a3f80ca54da66c01544</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>0368609e1467563247e9b5e4e3fe8bff533d59b6</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23212-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23214-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>cb5e760644d04def33c0cafcaef2a6f496fc68cc</Sha>
<Sha>cc55017f88688cbe3f9aa810cdf44273adea76ea</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23212-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23214-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>cb5e760644d04def33c0cafcaef2a6f496fc68cc</Sha>
<Sha>cc55017f88688cbe3f9aa810cdf44273adea76ea</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.14" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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