Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20220104.5 (#1260)

[main] Update dependencies from dotnet/arcade
pull/1262/head
dotnet-maestro[bot] 5 years ago
committed by GitHub
parent
commit
49f42fd446
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="7.0.0-beta.22053.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22054.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a0f6d2432ce3d1bb30ee747bb534f477c75fd667</Sha>
<Sha>85188b0c348f3f7f8206f441ec2ee2da6dbb06fe</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22053.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22054.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a0f6d2432ce3d1bb30ee747bb534f477c75fd667</Sha>
<Sha>85188b0c348f3f7f8206f441ec2ee2da6dbb06fe</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22053.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22054.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a0f6d2432ce3d1bb30ee747bb534f477c75fd667</Sha>
<Sha>85188b0c348f3f7f8206f441ec2ee2da6dbb06fe</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22053.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22054.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a0f6d2432ce3d1bb30ee747bb534f477c75fd667</Sha>
<Sha>85188b0c348f3f7f8206f441ec2ee2da6dbb06fe</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22053.2">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22054.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a0f6d2432ce3d1bb30ee747bb534f477c75fd667</Sha>
<Sha>85188b0c348f3f7f8206f441ec2ee2da6dbb06fe</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": "7.0.0-beta.22053.2"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22054.5"
}
}

Loading…
Cancel
Save