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

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

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.6.0-3.23178.21 -> To Version 4.6.0-3.23179.15 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-03-30 10:24:56 +00:00
parent 5a67f8dbc4
commit 7c24071b75
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>eb937b61acd09d5698e9c16d80e2ad49f4eeaada</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23179.16">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23180.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4b709262e9ef2369b13cc527f4bb387c5c9c2ee0</Sha>
<Sha>4188210079afb65359890efd06aa1123f249d7b6</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23179.16">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23180.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4b709262e9ef2369b13cc527f4bb387c5c9c2ee0</Sha>
<Sha>4188210079afb65359890efd06aa1123f249d7b6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23179.16">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23180.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4b709262e9ef2369b13cc527f4bb387c5c9c2ee0</Sha>
<Sha>4188210079afb65359890efd06aa1123f249d7b6</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23179.16">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23180.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4b709262e9ef2369b13cc527f4bb387c5c9c2ee0</Sha>
<Sha>4188210079afb65359890efd06aa1123f249d7b6</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.4-servicing.23117.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-3.23178.21" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-3.23179.15" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1861e34dc30c2d6e1e668c5b3e3a7bf345158fbb</Sha>
<Sha>daad346cf905e453a7bb5561dbeb0b1be24a09ca</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.6.0-preview-23179-01" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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