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

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

Dependency coherency updates

Microsoft.Build
 From Version 17.6.0-preview-23151-03 -> To Version 17.6.0-preview-23152-03 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-03-03 05:52:05 +00:00
parent 7c981c3e95
commit 5a2485c899
2 changed files with 13 additions and 13 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>bb3695688177f5f80eeb3c0498168612e31549d5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.3.23152.4">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.3.23152.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>58b78dc90b175e99074c401aa9f6720169f032d6</Sha>
<Sha>66d9755784000734a54413ab241027d04f78fa8d</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.3.23152.4">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.3.23152.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>58b78dc90b175e99074c401aa9f6720169f032d6</Sha>
<Sha>66d9755784000734a54413ab241027d04f78fa8d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.3.23152.4">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.3.23152.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>58b78dc90b175e99074c401aa9f6720169f032d6</Sha>
<Sha>66d9755784000734a54413ab241027d04f78fa8d</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.3.23152.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.3.23152.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>58b78dc90b175e99074c401aa9f6720169f032d6</Sha>
<Sha>66d9755784000734a54413ab241027d04f78fa8d</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.3.23128.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -151,9 +151,9 @@
<Sha>22bdff50d72eec9120bb1b68ce49668fda91d0a2</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.6.0-preview-23151-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.6.0-preview-23152-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a8416ab58a2f2180b76d10678336ffea13ceaed5</Sha>
<Sha>47a712160eb420136ec983be5e0f412dc1c25b55</Sha>
<SourceBuildTarball RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.2.29" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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