Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20201207.11 (#850)

[master] Update dependencies from dotnet/arcade
pull/852/head
dotnet-maestro[bot] 6 years ago
committed by GitHub
parent
commit
6d975f0e4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 2
      eng/common/performance/microbenchmarks.proj
  3. 2
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies> <ProductDependencies>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20604.2"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20607.11">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea609b8e036359934332480de9336d98fcbb3f91</Sha> <Sha>ae4226e0521b46075925444f3d733e05ae74dc0d</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.20604.2"> <Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.20607.11">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea609b8e036359934332480de9336d98fcbb3f91</Sha> <Sha>ae4226e0521b46075925444f3d733e05ae74dc0d</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.20604.2"> <Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.20607.11">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea609b8e036359934332480de9336d98fcbb3f91</Sha> <Sha>ae4226e0521b46075925444f3d733e05ae74dc0d</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20604.2"> <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20607.11">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea609b8e036359934332480de9336d98fcbb3f91</Sha> <Sha>ae4226e0521b46075925444f3d733e05ae74dc0d</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.20604.2"> <Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.20607.11">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea609b8e036359934332480de9336d98fcbb3f91</Sha> <Sha>ae4226e0521b46075925444f3d733e05ae74dc0d</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4"> <Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri> <Uri>https://github.com/dotnet/arcade-services</Uri>

2
eng/common/performance/microbenchmarks.proj

@ -141,4 +141,4 @@
<Timeout>4:00</Timeout> <Timeout>4:00</Timeout>
</HelixWorkItem> </HelixWorkItem>
</ItemGroup> </ItemGroup>
</Project> </Project>

2
global.json

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

Loading…
Cancel
Save