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

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

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-3.23303.1 -> To Version 4.7.0-3.23306.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-06-07 11:16:00 +00:00
parent 5bcb0ba8e0
commit 5594a33df4
2 changed files with 13 additions and 13 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.23307.6">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23307.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fc5f565a754cddf18d5285c389841a7286979c91</Sha>
<Sha>f93b4b02f24fcb0f825337dd9fe25b9fef8966cc</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23307.6">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23307.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fc5f565a754cddf18d5285c389841a7286979c91</Sha>
<Sha>f93b4b02f24fcb0f825337dd9fe25b9fef8966cc</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23307.6">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23307.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fc5f565a754cddf18d5285c389841a7286979c91</Sha>
<Sha>f93b4b02f24fcb0f825337dd9fe25b9fef8966cc</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23307.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23307.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fc5f565a754cddf18d5285c389841a7286979c91</Sha>
<Sha>f93b4b02f24fcb0f825337dd9fe25b9fef8966cc</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">
@ -144,9 +144,9 @@
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-3.23303.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-3.23306.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>a08e9e1f8fb99e332fd3254a4268466e590ce57a</Sha>
<Sha>826e1770eedb6d8d44a054c9e3ea6569e7ec5970</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23307-01" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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