Skip to content

Commit 93a504b

Browse files
[release/9.0.1xx] Update dependencies from dotnet/runtime (#8467)
[release/9.0.1xx] Update dependencies from dotnet/runtime - Fix ignore patterns
1 parent db44f62 commit 93a504b

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

NuGet.config

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
7-
<add key="darc-int-dotnet-runtime-2aade6b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be/nuget/v3/index.json" />
8-
<add key="darc-int-dotnet-runtime-2aade6b-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-5/nuget/v3/index.json" />
9-
<add key="darc-int-dotnet-runtime-2aade6b-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-3/nuget/v3/index.json" />
10-
<add key="darc-int-dotnet-runtime-2aade6b-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-2/nuget/v3/index.json" />
11-
<add key="darc-int-dotnet-runtime-2aade6b-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-1/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-runtime-d398172" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-d3981726/nuget/v3/index.json" />
128
<!-- End: Package sources from dotnet-runtime -->
139
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1410
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
@@ -21,11 +17,6 @@
2117
<disabledPackageSources>
2218
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2319
<!-- Begin: Package sources from dotnet-runtime -->
24-
<add key="darc-int-dotnet-runtime-2aade6b-1" value="true" />
25-
<add key="darc-int-dotnet-runtime-2aade6b-2" value="true" />
26-
<add key="darc-int-dotnet-runtime-2aade6b-3" value="true" />
27-
<add key="darc-int-dotnet-runtime-2aade6b-5" value="true" />
28-
<add key="darc-int-dotnet-runtime-2aade6b" value="true" />
2920
<!-- End: Package sources from dotnet-runtime -->
3021
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3122
</disabledPackageSources>

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<UsageData>
55
<IgnorePatterns>
66
<!-- Lifted to live version in VMR. -->
7-
<UsagePattern IdentityGlob="System.Formats.Asn1/8.0.*" />
7+
<UsagePattern IdentityGlob="System.Formats.Asn1/9.0.*" />
88
</IgnorePatterns>
99
</UsageData>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<Sha>3c393bbd85ae16ddddba20d0b75035b0c6f1a52d</Sha>
3030
<SourceBuild RepoName="arcade" ManagedOnly="true" />
3131
</Dependency>
32-
<Dependency Name="System.Formats.Asn1" Version="8.0.1">
33-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
34-
<Sha>2aade6beb02ea367fd97c4070a4198802fe61c03</Sha>
32+
<Dependency Name="System.Formats.Asn1" Version="9.0.0">
33+
<Uri>https://github.com/dotnet/runtime</Uri>
34+
<Sha>d3981726bc8b0e179db50301daf9f22d42393096</Sha>
3535
</Dependency>
3636
</ToolsetDependencies>
3737
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</PropertyGroup>
2020
<PropertyGroup>
2121
<!-- Non-maestro versions -->
22-
<SystemFormatsAsn1Version>8.0.1</SystemFormatsAsn1Version>
22+
<SystemFormatsAsn1Version>9.0.0</SystemFormatsAsn1Version>
2323
</PropertyGroup>
2424
</Project>

0 commit comments

Comments
 (0)