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

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

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 12.5.0-beta.23219.3 -> To Version 12.5.0-beta.23221.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-04-21 22:32:30 +00:00
parent 767d909e04
commit 8aea6898f4
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.23221.5">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23221.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cf8c22ef8be20451ea0e2c8ef5b0f94b10eea2db</Sha>
<Sha>162443bb75e86746607bf91c2015b26ef5feb9fc</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23221.5">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23221.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cf8c22ef8be20451ea0e2c8ef5b0f94b10eea2db</Sha>
<Sha>162443bb75e86746607bf91c2015b26ef5feb9fc</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23221.5">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23221.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cf8c22ef8be20451ea0e2c8ef5b0f94b10eea2db</Sha>
<Sha>162443bb75e86746607bf91c2015b26ef5feb9fc</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23221.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23221.10">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cf8c22ef8be20451ea0e2c8ef5b0f94b10eea2db</Sha>
<Sha>162443bb75e86746607bf91c2015b26ef5feb9fc</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>281de15d8e915793688eeac757aa4b3f08596d08</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23217-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23221-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>2cbc8b6aef648cf21c6a68a0dab7fe09a614e475</Sha>
<Sha>ac3f5ad89f3f04d080986607d504a838ed622fb9</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23217-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23221-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>2cbc8b6aef648cf21c6a68a0dab7fe09a614e475</Sha>
<Sha>ac3f5ad89f3f04d080986607d504a838ed622fb9</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.16" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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