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

Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-preview.5.24256.14 -> To Version 9.0.100-preview.5.24257.7

Dependency coherency updates

Microsoft.DotNet.Darc,Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24253.7 -> To Version 1.1.0-beta.24256.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2024-05-07 13:16:41 +00:00
parent 7ce9462593
commit 9e2b3362ce
3 changed files with 19 additions and 19 deletions

View file

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"microsoft.dotnet.darc": {
"version": "1.1.0-beta.24253.7",
"version": "1.1.0-beta.24256.1",
"commands": [
"darc"
]

View file

@ -90,26 +90,26 @@
<Sha>da3aa27233a2cec2f6780884f71934b2f5e686ce</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.5.24257.6">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.5.24257.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3990760b14f13cb177581f78c740b610b92b085b</Sha>
<Sha>3d024bbd07c1d7d6d9ff0a037bf9d74b9b08e44d</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.5.24257.6">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.5.24257.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3990760b14f13cb177581f78c740b610b92b085b</Sha>
<Sha>3d024bbd07c1d7d6d9ff0a037bf9d74b9b08e44d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.5.24257.6">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.5.24257.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3990760b14f13cb177581f78c740b610b92b085b</Sha>
<Sha>3d024bbd07c1d7d6d9ff0a037bf9d74b9b08e44d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.5.24257.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.5.24257.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3990760b14f13cb177581f78c740b610b92b085b</Sha>
<Sha>3d024bbd07c1d7d6d9ff0a037bf9d74b9b08e44d</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.5.24257.6">
<Dependency Name="Microsoft.SourceBuild.Intermediate.sdk" Version="9.0.100-preview.5.24257.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3990760b14f13cb177581f78c740b610b92b085b</Sha>
<Sha>3d024bbd07c1d7d6d9ff0a037bf9d74b9b08e44d</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1" CoherentParentDependency="Microsoft.NET.Sdk">
@ -250,13 +250,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>020255bcf7d0b8beed7de05338d97396982ae527</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24253.7" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24256.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>05bd6da6bde53f18a8f1e8c516b778e3f86a5433</Sha>
<Sha>1d98f4c0a5b25b72465fe075dd5f24b45ef15c8e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24253.7" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24256.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>05bd6da6bde53f18a8f1e8c516b778e3f86a5433</Sha>
<Sha>1d98f4c0a5b25b72465fe075dd5f24b45ef15c8e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24253.1">
<Uri>https://github.com/dotnet/arcade</Uri>

View file

@ -43,7 +43,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24253.7</MicrosoftDotNetDarcLibVersion>
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24256.1</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -80,9 +80,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.5.24257.6</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.5.24257.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.5.24257.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.5.24257.7</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.5.24257.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.5.24257.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>