Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20230130.3 (#1528)

[main] Update dependencies from dotnet/arcade
pull/1529/head
dotnet-maestro[bot] 4 years ago
committed by GitHub
parent
commit
bab03a2a08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 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.23077.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23080.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
<Sha>608f3c7aed68dec1314d75601c6f143747e78cc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23077.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23080.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
<Sha>608f3c7aed68dec1314d75601c6f143747e78cc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23077.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23080.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
<Sha>608f3c7aed68dec1314d75601c6f143747e78cc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23077.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23080.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
<Sha>608f3c7aed68dec1314d75601c6f143747e78cc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23077.1">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23080.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
<Sha>608f3c7aed68dec1314d75601c6f143747e78cc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

2
global.json

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

Loading…
Cancel
Save