Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20230108.1 (#1511)

[main] Update dependencies from dotnet/arcade
pull/1512/head
dotnet-maestro[bot] 3 years ago
committed by GitHub
parent
commit
46d4ea61f1
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.23056.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23058.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5730ab692bd256e6005bd7a03368cd2c219e1954</Sha>
<Sha>53026f034f7b8abfb9362ed018519423d81c9abb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23056.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23058.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5730ab692bd256e6005bd7a03368cd2c219e1954</Sha>
<Sha>53026f034f7b8abfb9362ed018519423d81c9abb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23056.4">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.23058.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5730ab692bd256e6005bd7a03368cd2c219e1954</Sha>
<Sha>53026f034f7b8abfb9362ed018519423d81c9abb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23056.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23058.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5730ab692bd256e6005bd7a03368cd2c219e1954</Sha>
<Sha>53026f034f7b8abfb9362ed018519423d81c9abb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23056.4">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="8.0.0-beta.23058.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5730ab692bd256e6005bd7a03368cd2c219e1954</Sha>
<Sha>53026f034f7b8abfb9362ed018519423d81c9abb</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.23056.4"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23058.1"
}
}

Loading…
Cancel
Save