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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.300-preview.23123.13 -> To Version 7.0.300-preview.23124.2

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks
 From Version 12.5.0-beta.23123.2 -> To Version 12.5.0-beta.23123.3 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-02-24 10:43:45 +00:00
parent 1fdf8fcc2d
commit 0c1642eb4b
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>94c498e399eb1cbb7290ed1e42564589a259312a</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23124.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23124.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>650dc2d9a0ad6105087530882930029396b0f907</Sha>
<Sha>7bee5fd2e12088b4c40d83bdb5bcbb123c7409fe</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23124.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23124.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>650dc2d9a0ad6105087530882930029396b0f907</Sha>
<Sha>7bee5fd2e12088b4c40d83bdb5bcbb123c7409fe</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23124.1">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23124.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>650dc2d9a0ad6105087530882930029396b0f907</Sha>
<Sha>7bee5fd2e12088b4c40d83bdb5bcbb123c7409fe</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23124.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23124.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>650dc2d9a0ad6105087530882930029396b0f907</Sha>
<Sha>7bee5fd2e12088b4c40d83bdb5bcbb123c7409fe</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.3-servicing.23072.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.6.0-2.23123.8" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-2.23123.13" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>8b18ec44fd4fa03b1d1d895ee364eaf17bb18405</Sha>
<Sha>a21b43516e2bd6e2c4ffef3aeba269008ccda03a</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.6.0-preview-23124-01" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -63,9 +63,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23124.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23124.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23124.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23124.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23124.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23124.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>