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

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

Dependency coherency updates

Microsoft.Net.Compilers.Toolset,NuGet.Build.Tasks
 From Version 4.6.0-2.23178.8 -> To Version 4.6.0-3.23178.21 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-03-29 20:58:49 +00:00
parent 27bcdb7964
commit 145f04e872
2 changed files with 11 additions and 11 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.7">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23179.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>59ac74b5b3858e8675b2b0b05aa4321715657e9d</Sha>
<Sha>83ab231d9865b0002711a523c28fe22c917cda0c</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23179.7">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23179.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>59ac74b5b3858e8675b2b0b05aa4321715657e9d</Sha>
<Sha>83ab231d9865b0002711a523c28fe22c917cda0c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23179.7">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23179.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>59ac74b5b3858e8675b2b0b05aa4321715657e9d</Sha>
<Sha>83ab231d9865b0002711a523c28fe22c917cda0c</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23179.7">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23179.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>59ac74b5b3858e8675b2b0b05aa4321715657e9d</Sha>
<Sha>83ab231d9865b0002711a523c28fe22c917cda0c</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">

View file

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