Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20230112.3 (#1517)

[main] Update dependencies from dotnet/arcade
pull/1518/head
dotnet-maestro[bot] 3 years ago
committed by GitHub
parent
commit
4367357034
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 2
      eng/common/cross/build-rootfs.sh
  3. 4
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23061.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23062.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fe02df1711aaea339407d53a5f59448ddb74802</Sha>
<Sha>12b42d0d77948889890ef2f35af8c46438d3f2d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23061.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23062.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fe02df1711aaea339407d53a5f59448ddb74802</Sha>
<Sha>12b42d0d77948889890ef2f35af8c46438d3f2d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23061.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23062.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fe02df1711aaea339407d53a5f59448ddb74802</Sha>
<Sha>12b42d0d77948889890ef2f35af8c46438d3f2d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23061.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23062.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fe02df1711aaea339407d53a5f59448ddb74802</Sha>
<Sha>12b42d0d77948889890ef2f35af8c46438d3f2d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23061.1">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23062.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3fe02df1711aaea339407d53a5f59448ddb74802</Sha>
<Sha>12b42d0d77948889890ef2f35af8c46438d3f2d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

2
eng/common/cross/build-rootfs.sh

@ -48,14 +48,12 @@ __UbuntuPackages+=" symlinks"
__UbuntuPackages+=" libicu-dev"
__UbuntuPackages+=" liblttng-ust-dev"
__UbuntuPackages+=" libunwind8-dev"
__UbuntuPackages+=" libnuma-dev"
__AlpinePackages+=" gettext-dev"
__AlpinePackages+=" icu-dev"
__AlpinePackages+=" libunwind-dev"
__AlpinePackages+=" lttng-ust-dev"
__AlpinePackages+=" compiler-rt-static"
__AlpinePackages+=" numactl-dev"
# runtime libraries' dependencies
__UbuntuPackages+=" libcurl4-openssl-dev"

4
global.json

@ -3,7 +3,7 @@
"allowPrerelease": true
},
"tools": {
"dotnet": "8.0.100-alpha.1.23055.1",
"dotnet": "8.0.100-alpha.1.23061.8",
"runtimes": {
"dotnet": [
"6.0.0"
@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23061.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23062.3"
}
}

Loading…
Cancel
Save