[main] Update dependencies from dotnet/arcade (#16166)
[main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 8.0.0-beta.23211.2 to 8.0.0-beta.23218.1 (parent: Microsoft.DotNet.Arcade.Sdk) - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.23211.1 to 1.0.0-beta.23217.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
28b0d23f12
commit
2fdfcbe35a
3 changed files with 13 additions and 13 deletions
|
@ -193,18 +193,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23217.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23219.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>cb54ca21431ee8d96f91abfbc42237bcb001f9d1</Sha>
|
||||
<Sha>dca04a5ec44fe1e75535f51a4e0b9a7aa2318de7</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23217.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23219.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>cb54ca21431ee8d96f91abfbc42237bcb001f9d1</Sha>
|
||||
<Sha>dca04a5ec44fe1e75535f51a4e0b9a7aa2318de7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23217.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23219.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>cb54ca21431ee8d96f91abfbc42237bcb001f9d1</Sha>
|
||||
<Sha>dca04a5ec44fe1e75535f51a4e0b9a7aa2318de7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23212.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -223,14 +223,14 @@
|
|||
<Sha>252170d24e1c667b627b0d1328a5cdbc8e038fa2</Sha>
|
||||
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23211.2" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23218.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/sourcelink</Uri>
|
||||
<Sha>4cf2eb17c295905edeca76a9afe6dda42988359e</Sha>
|
||||
<Sha>d4e7ffb47785c4ff21fcffa0a29aa20fec3a5980</Sha>
|
||||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23211.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23217.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
|
||||
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
|
||||
<Sha>ce5066cd85c138c257a981f9c95257e9c577a5ee</Sha>
|
||||
<Sha>2d18d93582529a08ec2ff6da2d2f5c8e9a6b5e26</Sha>
|
||||
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23217.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23219.2</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.23217.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23217.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23219.2",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23219.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue