Skip to content

Commit 0e31e6d

Browse files
committed
Use latest Arcade from '.NET 3 Tools'
- pick up @joeloff's #4083 signing validation fixes
1 parent 30f1038 commit 0e31e6d

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<packageSources>
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6-
<add key="darc-pub-dotnet-core-setup-903ca49" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-903ca49e/nuget/v3/index.json" />
76
<add key="darc-pub-dotnet-core-setup-7d57652" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-7d57652f/nuget/v3/index.json" />
87
<add key="darc-pub-dotnet-core-setup-32085cb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-32085cbc/nuget/v3/index.json" />
98
<add key="darc-pub-dotnet-corefx-4ac4c03" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-4ac4c036/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,17 +417,17 @@
417417
<Uri>https://github.com/aspnet/Extensions</Uri>
418418
<Sha>7dbc3ebd20c79ecf311c768be865c02ff4676836</Sha>
419419
</Dependency>
420-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19474.3">
420+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19530.2">
421421
<Uri>https://github.com/dotnet/arcade</Uri>
422-
<Sha>0e9ffd6464aff37aef2dc41dc2162d258f266e32</Sha>
422+
<Sha>5a666a2e3e7eadfd61ca34a0003630103a0486b0</Sha>
423423
</Dependency>
424-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19474.3">
424+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19530.2">
425425
<Uri>https://github.com/dotnet/arcade</Uri>
426-
<Sha>0e9ffd6464aff37aef2dc41dc2162d258f266e32</Sha>
426+
<Sha>5a666a2e3e7eadfd61ca34a0003630103a0486b0</Sha>
427427
</Dependency>
428-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19474.3">
428+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19530.2">
429429
<Uri>https://github.com/dotnet/arcade</Uri>
430-
<Sha>0e9ffd6464aff37aef2dc41dc2162d258f266e32</Sha>
430+
<Sha>5a666a2e3e7eadfd61ca34a0003630103a0486b0</Sha>
431431
</Dependency>
432432
<Dependency Name="Microsoft.AspNetCore.Testing" Version="3.0.1-servicing.19531.3" CoherentParentDependency="Microsoft.EntityFrameworkCore">
433433
<Uri>https://github.com/aspnet/Extensions</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
-->
6767
<PropertyGroup Label="Automated">
6868
<!-- Packages from dotnet/arcade -->
69-
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19474.3</MicrosoftDotNetGenAPIPackageVersion>
69+
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19530.2</MicrosoftDotNetGenAPIPackageVersion>
7070
<!-- Packages from dotnet/roslyn -->
7171
<MicrosoftNetCompilersToolsetPackageVersion>3.3.1-beta4-19462-11</MicrosoftNetCompilersToolsetPackageVersion>
7272
<!-- Packages from dotnet/core-setup -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"msbuild-sdks": {
2727
"Yarn.MSBuild": "1.15.2",
28-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19474.3",
29-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19474.3"
28+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19530.2",
29+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19530.2"
3030
}
3131
}

0 commit comments

Comments
 (0)