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

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

Dependency coherency updates

Microsoft.Net.Compilers.Toolset,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild,NuGet.Build.Tasks
 From Version 4.7.0-2.23274.2 -> To Version 4.7.0-2.23275.6 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-05-26 06:55:24 +00:00
parent e36b418b7f
commit d1300458ff
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>0cf6d495f4ce78f7de953f4ac1d6244a93eb2982</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23275.28">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23275.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8d6156765427d381012fc80e09e0fe21cd8b998b</Sha>
<Sha>71b5e383ad3551539c02772b6818e9c797022b09</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23275.28">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23275.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8d6156765427d381012fc80e09e0fe21cd8b998b</Sha>
<Sha>71b5e383ad3551539c02772b6818e9c797022b09</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23275.28">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23275.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8d6156765427d381012fc80e09e0fe21cd8b998b</Sha>
<Sha>71b5e383ad3551539c02772b6818e9c797022b09</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23275.28">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23275.30">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8d6156765427d381012fc80e09e0fe21cd8b998b</Sha>
<Sha>71b5e383ad3551539c02772b6818e9c797022b09</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.5-servicing.23175.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -158,9 +158,9 @@
<Sha>2a2ac62f541a30a3abdc69cf063d457fbfe82a32</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.48" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.50" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>c954cf46e284eb808738b9e5340be7e13cacd651</Sha>
<Sha>a6fff16af6f44927a83851448a99beb1d2801600</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

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