Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20201216.18 (#864)

[master] Update dependencies from dotnet/arcade
pull/867/head
dotnet-maestro[bot] 6 years ago
committed by GitHub
parent
commit
bf4f3ac407
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.20615.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20616.18">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7d638bb082f374f7c8ddbada79f757662df4a246</Sha>
<Sha>26b005488dd7ddf6356873cb01a7b763a82a9622</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.20615.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.20616.18">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7d638bb082f374f7c8ddbada79f757662df4a246</Sha>
<Sha>26b005488dd7ddf6356873cb01a7b763a82a9622</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.20615.4">
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.20616.18">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7d638bb082f374f7c8ddbada79f757662df4a246</Sha>
<Sha>26b005488dd7ddf6356873cb01a7b763a82a9622</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20615.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20616.18">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7d638bb082f374f7c8ddbada79f757662df4a246</Sha>
<Sha>26b005488dd7ddf6356873cb01a7b763a82a9622</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.20615.4">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.20616.18">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7d638bb082f374f7c8ddbada79f757662df4a246</Sha>
<Sha>26b005488dd7ddf6356873cb01a7b763a82a9622</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.20615.4"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20616.18"
}
}

Loading…
Cancel
Save