Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20210701.2 (#1106)

[main] Update dependencies from dotnet/arcade
pull/1107/head release/0.8
dotnet-maestro[bot] 5 years ago
committed by GitHub
parent
commit
fc0ab39f1b
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="6.0.0-beta.21330.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21351.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>26345756f99087811b1fe4d02ff213eb172ec506</Sha>
<Sha>7f52af24016a4b749a2c1f219105c0f5a7100028</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21330.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21351.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>26345756f99087811b1fe4d02ff213eb172ec506</Sha>
<Sha>7f52af24016a4b749a2c1f219105c0f5a7100028</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21330.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21351.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>26345756f99087811b1fe4d02ff213eb172ec506</Sha>
<Sha>7f52af24016a4b749a2c1f219105c0f5a7100028</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21330.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21351.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>26345756f99087811b1fe4d02ff213eb172ec506</Sha>
<Sha>7f52af24016a4b749a2c1f219105c0f5a7100028</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21330.2">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21351.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>26345756f99087811b1fe4d02ff213eb172ec506</Sha>
<Sha>7f52af24016a4b749a2c1f219105c0f5a7100028</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

@ -11,6 +11,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21330.2"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21351.2"
}
}

Loading…
Cancel
Save