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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.4.23223.3 -> To Version 8.0.100-preview.4.23223.5

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,NuGet.Build.Tasks
 From Version 8.0.0-preview.4.23222.1 -> To Version 8.0.0-preview.4.23223.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-04-23 22:18:39 +00:00
parent 417976c567
commit e4cda251be
2 changed files with 13 additions and 13 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.4.23223.4">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.4.23223.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b442cea64f42390624496520eb2604ffce4ccc37</Sha>
<Sha>a6a9c51e60a622fde20d3cdfc312d4af8241a240</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.4.23223.4">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.4.23223.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b442cea64f42390624496520eb2604ffce4ccc37</Sha>
<Sha>a6a9c51e60a622fde20d3cdfc312d4af8241a240</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.4.23223.4">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.4.23223.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b442cea64f42390624496520eb2604ffce4ccc37</Sha>
<Sha>a6a9c51e60a622fde20d3cdfc312d4af8241a240</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.4.23223.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.4.23223.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b442cea64f42390624496520eb2604ffce4ccc37</Sha>
<Sha>a6a9c51e60a622fde20d3cdfc312d4af8241a240</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.4.23221.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -156,9 +156,9 @@
<Sha>2cbc8b6aef648cf21c6a68a0dab7fe09a614e475</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.18" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.19" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>63edda646848553467639abe6bbade5ebc5dec61</Sha>
<Sha>87ce6f59e9cf4f5a32d7ba16f537b6b791d9fcc6</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

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