[main] Update dependencies from dotnet/arcade (#15298)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
8db7870976
commit
b59d45a49a
3 changed files with 12 additions and 12 deletions
|
@ -192,18 +192,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23066.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23067.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>e52b885a6ec2fc87c9e94b80d9ff7a862786390b</Sha>
|
||||
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23066.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23067.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>e52b885a6ec2fc87c9e94b80d9ff7a862786390b</Sha>
|
||||
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23066.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23067.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>e52b885a6ec2fc87c9e94b80d9ff7a862786390b</Sha>
|
||||
<Sha>3600aa80a01e90f38a7b86b9d7c1264e091aa5a8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23063.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -222,14 +222,14 @@
|
|||
<Sha>44c3e166651615f4ae66f0dfa236f082de84d7c5</Sha>
|
||||
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23064-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23066-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>de25d2565e5b89ff1d7eee1bce066005b272e365</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23064.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23066.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>dd8717d7d4f4bbb6885bd6caaf9de990a2be92b8</Sha>
|
||||
<Sha>db632746f5ea995c60cc63a25229818558434018</Sha>
|
||||
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23066.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23067.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.21.0"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23066.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23066.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23067.5",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23067.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue