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

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

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 7.0.100-1.23207.1 -> To Version 7.0.100-1.23211.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-04-12 05:01:03 +00:00
parent 6dc91cfbb0
commit 2876e5d693
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>5a41781eb69eb4721e736a99262dbd32b6bb55d4</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23211.40">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23211.46">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>704de1642494b2fd70b3be228fd323928208f804</Sha>
<Sha>49a86a63d9c38004b318f84283a1152696429364</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23211.40">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23211.46">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>704de1642494b2fd70b3be228fd323928208f804</Sha>
<Sha>49a86a63d9c38004b318f84283a1152696429364</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23211.40">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23211.46">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>704de1642494b2fd70b3be228fd323928208f804</Sha>
<Sha>49a86a63d9c38004b318f84283a1152696429364</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23211.40">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23211.46">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>704de1642494b2fd70b3be228fd323928208f804</Sha>
<Sha>49a86a63d9c38004b318f84283a1152696429364</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">
@ -138,9 +138,9 @@
<Sha>5bef4cdc79ad79f5627c028b6cf06a4197aa9c54</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.23207.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="7.0.100-1.23211.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>08a09f27f664fb84368aa4b9eb862b13bf808579</Sha>
<Sha>9d4b3f3e0c100fe5ac4dc7f40d14d792178dbd0c</Sha>
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>

View file

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