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

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

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.6.0-1.23107.10 -> To Version 4.6.0-1.23109.10 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-02-10 09:07:52 +00:00
parent fba516c3ed
commit 942fb3b51e
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>bb3695688177f5f80eeb3c0498168612e31549d5</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23109.17">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23109.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>90e1a1dbfc21370102c5cd4c125232cc184d8ca1</Sha>
<Sha>10095975bc381f67b4321c275d057d401f11d2dd</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23109.17">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23109.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>90e1a1dbfc21370102c5cd4c125232cc184d8ca1</Sha>
<Sha>10095975bc381f67b4321c275d057d401f11d2dd</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23109.17">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23109.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>90e1a1dbfc21370102c5cd4c125232cc184d8ca1</Sha>
<Sha>10095975bc381f67b4321c275d057d401f11d2dd</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23109.17">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23109.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>90e1a1dbfc21370102c5cd4c125232cc184d8ca1</Sha>
<Sha>10095975bc381f67b4321c275d057d401f11d2dd</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.0-rtm.22518.7" 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-1.23107.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-1.23109.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>50bd09a9eefdf9bc3653dbf6d9624b31a023c7c0</Sha>
<Sha>73338d92270b9f26982eca2e8872037a0214b912</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.6.0-preview-23108-10" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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