Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20220411.6 (#1354)

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

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22206.10">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22211.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>549523c3fc8929da1a3073d1a97f298e0d1dc342</Sha>
<Sha>d2715c6ef2c3e2847925250f0a8012344fbb9846</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22206.10">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22211.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>549523c3fc8929da1a3073d1a97f298e0d1dc342</Sha>
<Sha>d2715c6ef2c3e2847925250f0a8012344fbb9846</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22206.10">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22211.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>549523c3fc8929da1a3073d1a97f298e0d1dc342</Sha>
<Sha>d2715c6ef2c3e2847925250f0a8012344fbb9846</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22206.10">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22211.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>549523c3fc8929da1a3073d1a97f298e0d1dc342</Sha>
<Sha>d2715c6ef2c3e2847925250f0a8012344fbb9846</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22206.10">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22211.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>549523c3fc8929da1a3073d1a97f298e0d1dc342</Sha>
<Sha>d2715c6ef2c3e2847925250f0a8012344fbb9846</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

4
eng/common/dotnet-install.sh

@ -52,7 +52,7 @@ done
# Use uname to determine what the CPU is, see https://en.wikipedia.org/wiki/Uname#Examples
cpuname=$(uname -m)
case $cpuname in
aarch64)
arm64|aarch64)
buildarch=arm64
;;
loongarch64)
@ -64,7 +64,7 @@ case $cpuname in
armv*l)
buildarch=arm
;;
i686)
i[3-6]86)
buildarch=x86
;;
*)

2
global.json

@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22206.10"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22211.6"
}
}

Loading…
Cancel
Save