Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20230105.2 (#1506)

[main] Update dependencies from dotnet/arcade
pull/1508/head
dotnet-maestro[bot] 4 years ago
committed by GitHub
parent
commit
a0c8f0ae10
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.23054.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23055.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>eae015fb1c92ceef69126164b3969447d0355c08</Sha>
<Sha>88ed671f2e7e1555dc64654b71b86e4e00e2793d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23054.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23055.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>eae015fb1c92ceef69126164b3969447d0355c08</Sha>
<Sha>88ed671f2e7e1555dc64654b71b86e4e00e2793d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23054.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23055.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>eae015fb1c92ceef69126164b3969447d0355c08</Sha>
<Sha>88ed671f2e7e1555dc64654b71b86e4e00e2793d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23054.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23055.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>eae015fb1c92ceef69126164b3969447d0355c08</Sha>
<Sha>88ed671f2e7e1555dc64654b71b86e4e00e2793d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23054.2">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23055.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>eae015fb1c92ceef69126164b3969447d0355c08</Sha>
<Sha>88ed671f2e7e1555dc64654b71b86e4e00e2793d</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.23054.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23055.2"
}
}

Loading…
Cancel
Save