Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20230421.8 (#1576)

[main] Update dependencies from dotnet/arcade
pull/1577/head
dotnet-maestro[bot] 3 years ago
committed by GitHub
parent
commit
0b85befe79
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. 2
      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.23220.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23221.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d75baf71a09ed067b48f484f29efc4e7f3e3df13</Sha>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23220.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23221.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d75baf71a09ed067b48f484f29efc4e7f3e3df13</Sha>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23220.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23221.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d75baf71a09ed067b48f484f29efc4e7f3e3df13</Sha>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23220.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23221.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d75baf71a09ed067b48f484f29efc4e7f3e3df13</Sha>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23220.2">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23221.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d75baf71a09ed067b48f484f29efc4e7f3e3df13</Sha>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</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

@ -70,7 +70,7 @@ __AlpinePackages+=" krb5-dev"
__AlpinePackages+=" openssl-dev"
__AlpinePackages+=" zlib-dev"
__FreeBSDBase="12.3-RELEASE"
__FreeBSDBase="12.4-RELEASE"
__FreeBSDPkg="1.17.0"
__FreeBSDABI="12"
__FreeBSDPackages="libunwind"

2
global.json

@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23220.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23221.8"
}
}

Loading…
Cancel
Save