[main] Update dependencies from dotnet/arcade (#15672)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <lewing@microsoft.com>
This commit is contained in:
parent
52428e62ff
commit
2b4c5cdb91
4 changed files with 10 additions and 10 deletions
|
@ -195,18 +195,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23127.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23128.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
|
||||
<Sha>759bbe7e2a8fc570c8a742e52cf1605cb7d3e9c2</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23127.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23128.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
|
||||
<Sha>759bbe7e2a8fc570c8a742e52cf1605cb7d3e9c2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23127.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23128.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>36406c3a94a46b0934fb6ea8c8d7644e9e0bbbb0</Sha>
|
||||
<Sha>759bbe7e2a8fc570c8a742e52cf1605cb7d3e9c2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23127.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23128.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
parameters:
|
||||
runAsPublic: false
|
||||
sourceIndexPackageVersion: 1.0.1-20221220.2
|
||||
sourceIndexPackageVersion: 1.0.1-20230228.2
|
||||
sourceIndexPackageSource: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
|
||||
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
|
||||
preSteps: []
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.21.0"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23127.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23127.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23128.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23128.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue