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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.5.23261.7 -> To Version 8.0.100-preview.5.23261.16
This commit is contained in:
dotnet-maestro[bot] 2023-05-12 00:20:40 +00:00
parent 9d0b6515d2
commit 81db66b4f5
2 changed files with 11 additions and 11 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>45a41b353d078e4d1e5918246fddbacb452eb210</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.5.23261.7">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.5.23261.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>bc7c4de7ee9d6e0ba721097466449b857f6a7ac2</Sha>
<Sha>1ad9371b48286ec0fd4effc38631ee6bd29dad65</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.5.23261.7">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.5.23261.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>bc7c4de7ee9d6e0ba721097466449b857f6a7ac2</Sha>
<Sha>1ad9371b48286ec0fd4effc38631ee6bd29dad65</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.5.23261.7">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.5.23261.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>bc7c4de7ee9d6e0ba721097466449b857f6a7ac2</Sha>
<Sha>1ad9371b48286ec0fd4effc38631ee6bd29dad65</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.5.23261.7">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.5.23261.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>bc7c4de7ee9d6e0ba721097466449b857f6a7ac2</Sha>
<Sha>1ad9371b48286ec0fd4effc38631ee6bd29dad65</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="8.0.0-preview.5.23260.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -78,9 +78,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.5.23261.7</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.5.23261.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.5.23261.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.5.23261.16</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.5.23261.16</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.5.23261.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>