Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20220209.1 (#1299)

[main] Update dependencies from dotnet/arcade
pull/1300/head
dotnet-maestro[bot] 4 years ago
committed by GitHub
parent
commit
ce7a3476db
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.22108.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22109.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dda61e4601d38b5d9d972f0541ff652ba5a16ad6</Sha>
<Sha>00b6cce8983065a9cf9fb108a724f28ec44eaf75</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22108.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22109.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dda61e4601d38b5d9d972f0541ff652ba5a16ad6</Sha>
<Sha>00b6cce8983065a9cf9fb108a724f28ec44eaf75</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22108.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22109.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dda61e4601d38b5d9d972f0541ff652ba5a16ad6</Sha>
<Sha>00b6cce8983065a9cf9fb108a724f28ec44eaf75</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22108.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22109.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dda61e4601d38b5d9d972f0541ff652ba5a16ad6</Sha>
<Sha>00b6cce8983065a9cf9fb108a724f28ec44eaf75</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22108.1">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22109.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>dda61e4601d38b5d9d972f0541ff652ba5a16ad6</Sha>
<Sha>00b6cce8983065a9cf9fb108a724f28ec44eaf75</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.22108.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22109.1"
}
}

Loading…
Cancel
Save