Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20230509.1 (#1589)

[main] Update dependencies from dotnet/arcade
pull/1590/head
dotnet-maestro[bot] 3 years ago
committed by GitHub
parent
commit
88f4624827
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.23255.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23259.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5dff25b814b90abb85c847ed274cf4afb2c1b276</Sha>
<Sha>833d08dde7eca1590731085b73245a81de96bd10</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23255.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23259.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5dff25b814b90abb85c847ed274cf4afb2c1b276</Sha>
<Sha>833d08dde7eca1590731085b73245a81de96bd10</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23255.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23259.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5dff25b814b90abb85c847ed274cf4afb2c1b276</Sha>
<Sha>833d08dde7eca1590731085b73245a81de96bd10</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23255.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23259.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5dff25b814b90abb85c847ed274cf4afb2c1b276</Sha>
<Sha>833d08dde7eca1590731085b73245a81de96bd10</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23255.2">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23259.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5dff25b814b90abb85c847ed274cf4afb2c1b276</Sha>
<Sha>833d08dde7eca1590731085b73245a81de96bd10</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.23255.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23259.1"
}
}

Loading…
Cancel
Save