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

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

Dependency coherency updates

Microsoft.NET.Test.Sdk,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview.23307.1 -> To Version 17.7.0-preview.23308.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-06-08 19:27:38 +00:00
parent d8988affb6
commit 1a580ee8ac
2 changed files with 15 additions and 15 deletions

View file

@ -98,22 +98,22 @@
<Sha>98b55256c6cdfc0ed98c52d7d39127fa55971330</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23308.4">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23308.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e113bf4b2edbe22f5f51491659f26b0d9768164f</Sha>
<Sha>64cfbc4ddbdf728e54b06456927a47d0435fcaf5</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23308.4">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23308.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e113bf4b2edbe22f5f51491659f26b0d9768164f</Sha>
<Sha>64cfbc4ddbdf728e54b06456927a47d0435fcaf5</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23308.4">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23308.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e113bf4b2edbe22f5f51491659f26b0d9768164f</Sha>
<Sha>64cfbc4ddbdf728e54b06456927a47d0435fcaf5</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23308.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23308.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e113bf4b2edbe22f5f51491659f26b0d9768164f</Sha>
<Sha>64cfbc4ddbdf728e54b06456927a47d0435fcaf5</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>91afe0903adf80236bb7ccffc042a16f53520877</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23307-05" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23308-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>855f745b9fc53ca34a443ff97cdef63915828da2</Sha>
<Sha>c6daff1259eb3c2a42d53f664f82c3c8a66c6166</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23307-05" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23308-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>855f745b9fc53ca34a443ff97cdef63915828da2</Sha>
<Sha>c6daff1259eb3c2a42d53f664f82c3c8a66c6166</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.3.57" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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