Skip to content

Commit

Permalink
Merged PR 39132: [internal/release/7.0] - Roll back runtime STJ update
Browse files Browse the repository at this point in the history
Updated NuGet.config - remove feed for c4b
  • Loading branch information
vseanreesermsft committed Apr 23, 2024
1 parent 8edf68f commit 06b2bc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<add key="darc-int-dotnet-efcore-121c96f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-121c96f4/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-c4ba407" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c4ba4072/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-19f489b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-19f489b8/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
Expand All @@ -31,7 +30,6 @@
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-19f489b" value="true" />
<add key="darc-int-dotnet-runtime-c4ba407" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
</disabledPackageSources>
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
</Dependency>
<Dependency Name="System.Text.Json" Version="7.0.5">
<Dependency Name="System.Text.Json" Version="7.0.4">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>c4ba407276465463944fab7e18208a67b36e2119</Sha>
<Sha>808851b07acfa1c5c94b0d4f9fb50debedb2df70</Sha>
</Dependency>
<Dependency Name="System.Threading.AccessControl" Version="7.0.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<SystemSecurityPermissionsVersion>7.0.0</SystemSecurityPermissionsVersion>
<SystemServiceProcessServiceControllerVersion>7.0.1</SystemServiceProcessServiceControllerVersion>
<SystemTextEncodingsWebVersion>7.0.0</SystemTextEncodingsWebVersion>
<SystemTextJsonVersion>7.0.5</SystemTextJsonVersion>
<SystemTextJsonVersion>7.0.4</SystemTextJsonVersion>
<SystemThreadingAccessControlVersion>7.0.1</SystemThreadingAccessControlVersion>
<SystemThreadingChannelsVersion>7.0.0</SystemThreadingChannelsVersion>
<SystemThreadingRateLimitingVersion>7.0.1</SystemThreadingRateLimitingVersion>
Expand Down

0 comments on commit 06b2bc1

Please sign in to comment.