Skip to content

Commit da13e9c

Browse files
committed
Merged PR 28023: Fixup mistakenly flowed shas from post-7.0.1
# {PR title} Summary of the changes (Less than 80 chars) ## Description {Detail} Fixes #{bug number} (in this specific format) ## Customer Impact {Justification} ## Regression? - [ ] Yes - [ ] No [If yes, specify the version the behavior has regressed from] ## Risk - [ ] High - [ ] Medium - [ ] Low [Justify the selection above] ## Verification - [ ] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [ ] N/A ---- ## When servicing release/2.1 - [ ] Make necessary changes in eng/PatchConfig.props Fixup mistakenly flowed shas from post-7.0.1
1 parent 5161236 commit da13e9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- End: Package sources from dotnet-efcore -->
99
<!-- Begin: Package sources from dotnet-runtime -->
1010
<add key="darc-int-dotnet-runtime-b183393" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b1833930/nuget/v3/index.json" />
11-
<add key="darc-int-dotnet-runtime-686b81b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-686b81b4/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-runtime-97203d3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-97203d38/nuget/v3/index.json" />
1212
<!-- End: Package sources from dotnet-runtime -->
1313
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1414
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -30,7 +30,7 @@
3030
<add key="darc-int-dotnet-efcore-0c8605d" value="true" />
3131
<!-- End: Package sources from dotnet-efcore -->
3232
<!-- Begin: Package sources from dotnet-runtime -->
33-
<add key="darc-int-dotnet-runtime-686b81b" value="true" />
33+
<add key="darc-int-dotnet-runtime-97203d3" value="true" />
3434
<add key="darc-int-dotnet-runtime-b183393" value="true" />
3535
<!-- End: Package sources from dotnet-runtime -->
3636
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
</Dependency>
245245
<Dependency Name="System.Text.Json" Version="7.0.1">
246246
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
247-
<Sha>686b81b44342e719432b36f3116014beb6790000</Sha>
247+
<Sha>97203d38ba734d76d39984c5206f2747f792fa89</Sha>
248248
</Dependency>
249249
<Dependency Name="System.Threading.AccessControl" Version="7.0.1">
250250
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

0 commit comments

Comments
 (0)