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

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

Dependency coherency updates

Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 17.7.0-preview-23273-01 -> To Version 17.7.0-preview-23273-04 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-05-23 23:42:39 +00:00
parent f0cb03bd74
commit f3a9aeefff
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.23273.11">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23273.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a0cce5faaa60664e87db7d2d8e6bd6ab6bd2847c</Sha>
<Sha>39fe003ef596f8012b397457d2fa9761b3496793</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23273.11">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23273.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a0cce5faaa60664e87db7d2d8e6bd6ab6bd2847c</Sha>
<Sha>39fe003ef596f8012b397457d2fa9761b3496793</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23273.11">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23273.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a0cce5faaa60664e87db7d2d8e6bd6ab6bd2847c</Sha>
<Sha>39fe003ef596f8012b397457d2fa9761b3496793</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23273.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23273.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a0cce5faaa60664e87db7d2d8e6bd6ab6bd2847c</Sha>
<Sha>39fe003ef596f8012b397457d2fa9761b3496793</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>4df626bc459e0f42e79797fa8111443f3b0cfa33</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23273-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23273-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9737cdf181acd51f65f4cc3c81d62e9b7544824e</Sha>
<Sha>71bc6e0fbbc907d2df7d37b0aac12500b0bcca8e</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23273-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23273-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9737cdf181acd51f65f4cc3c81d62e9b7544824e</Sha>
<Sha>71bc6e0fbbc907d2df7d37b0aac12500b0bcca8e</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.47" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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