Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20210727.2 (#1134)

[main] Update dependencies from dotnet/arcade
pull/1135/head
dotnet-maestro[bot] 5 years ago
committed by GitHub
parent
commit
45c039a1ac
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.21376.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21377.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6abc186425e675e0f201acc1c33e183a0e51c86</Sha>
<Sha>cab4a3c50fd042677ea17cfc5171b4ce8b29930f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21376.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21377.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6abc186425e675e0f201acc1c33e183a0e51c86</Sha>
<Sha>cab4a3c50fd042677ea17cfc5171b4ce8b29930f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21376.4">
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21377.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6abc186425e675e0f201acc1c33e183a0e51c86</Sha>
<Sha>cab4a3c50fd042677ea17cfc5171b4ce8b29930f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21376.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21377.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6abc186425e675e0f201acc1c33e183a0e51c86</Sha>
<Sha>cab4a3c50fd042677ea17cfc5171b4ce8b29930f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21376.4">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21377.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6abc186425e675e0f201acc1c33e183a0e51c86</Sha>
<Sha>cab4a3c50fd042677ea17cfc5171b4ce8b29930f</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.21376.4"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21377.2"
}
}

Loading…
Cancel
Save