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

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

Dependency coherency updates

Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview-23273-06 -> To Version 17.7.0-preview-23275-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-05-26 04:17:45 +00:00
parent 2865368693
commit e09d77d07e
2 changed files with 15 additions and 15 deletions

View file

@ -98,22 +98,22 @@
<Sha>0cf6d495f4ce78f7de953f4ac1d6244a93eb2982</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23275.23">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23275.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b63875f62d13945e3fc9acd1804e4d8cf634d201</Sha>
<Sha>e5efa4b2fca2ebdddaa56fee0e4343674df4056c</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23275.23">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23275.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b63875f62d13945e3fc9acd1804e4d8cf634d201</Sha>
<Sha>e5efa4b2fca2ebdddaa56fee0e4343674df4056c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23275.23">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23275.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b63875f62d13945e3fc9acd1804e4d8cf634d201</Sha>
<Sha>e5efa4b2fca2ebdddaa56fee0e4343674df4056c</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23275.23">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23275.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b63875f62d13945e3fc9acd1804e4d8cf634d201</Sha>
<Sha>e5efa4b2fca2ebdddaa56fee0e4343674df4056c</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>2b33f51dabed9c603211996922e05fd762f72b00</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23273-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23275-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>7d65cb31cdbb92774e28adc44e73f03fdb103e62</Sha>
<Sha>2a2ac62f541a30a3abdc69cf063d457fbfe82a32</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23273-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23275-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>7d65cb31cdbb92774e28adc44e73f03fdb103e62</Sha>
<Sha>2a2ac62f541a30a3abdc69cf063d457fbfe82a32</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.48" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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