Skip to content

Merging internal commits for release/8.0 #60316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
697dc2f
Merge commit 'e76fa91013f223a6300ac046b0e0839ef9601ccc'
Dec 23, 2024
776132c
Merge commit '162b5fc12bbd6ce31e7904f772e4fd58d47c78b9'
Jan 7, 2025
6b771e7
Merge commit 'c15d7cb451896854b5907dce117b950706d5fb13'
Jan 7, 2025
4f7f0e1
Merge commit '555dec74449c484643a1fcbaf5b8fc0021c484c6'
Jan 7, 2025
0b90865
Merge commit '1b935ddc373aa7215fbc6b6c9ec3263ae2375640'
Jan 8, 2025
67e7cb7
Merge commit 'ba957a93f707d3ddd5fe6eb22ed7840185700624'
Jan 8, 2025
ee89546
Merge commit '65bde51b51b17533bf46fc412951f75d96ad7ebf'
Jan 8, 2025
7a9f5bf
Merge commit 'd92fad8496b6764f884ac97ada7387c0d5f67683'
Jan 9, 2025
40ea9a6
Merge commit '43a5fb9f1eba19d97aa0d1e966c260a8fcd44c6f'
Jan 10, 2025
999906b
Merge commit '172ee65d9b331dd05e06d6f726743c76df1ede0a'
Jan 10, 2025
64a26c2
Merge commit 'e93f29cffa6b7d6af07ec2cfdfb94b694b1c8df9'
Jan 13, 2025
433c04a
Merge commit 'abffb4d78dcb260cd2d91e582a676c9f7d7c5307'
Jan 14, 2025
f302311
Merge commit 'f8dbde642466f4f34fec4e55468a3b1c9da9c219'
Jan 14, 2025
a9e44d2
Merge commit 'db9f8d7a5aa19a582dcec04c7ae6f5d4bd2df422'
Jan 14, 2025
d65a310
Merged PR 46811: [internal/release/8.0] Update dependencies from dnce…
Jan 17, 2025
009e1cc
Merged PR 46821: [internal/release/8.0] Update dependencies from dnce…
Jan 17, 2025
694f7dd
Merge commit '009e1ccafde4086ea52999e878f6e7aa5a7c4ccf' into internal…
vseanreesermsft Feb 11, 2025
cb1b8b9
Update baseline, SDK, nuget.config
wtgodbe Feb 11, 2025
e0fdd47
Remove disabled package sources from NuGet.config
wtgodbe Feb 11, 2025
125dbae
Update to mac 15
wtgodbe Feb 11, 2025
b7c2eef
Update macOS build to use XCode 16.1.0
wtgodbe Feb 11, 2025
c6dbf8c
Update macOS image and XCode version
wtgodbe Feb 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
<!-- Begin: Package sources from dotnet-extensions -->
<!-- End: Package sources from dotnet-extensions -->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-1019637" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-10196376/nuget/v3/index.json" />
<add key="darc-int-dotnet-efcore-1019637-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-10196376-3/nuget/v3/index.json" />
<add key="darc-int-dotnet-efcore-1019637-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-10196376-2/nuget/v3/index.json" />
<add key="darc-int-dotnet-efcore-1019637-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-10196376-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-89ef51c" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-89ef51c5/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-89ef51c-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-89ef51c5-3/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
Expand All @@ -34,14 +28,8 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-efcore -->
<add key="darc-int-dotnet-efcore-1019637-1" value="true" />
<add key="darc-int-dotnet-efcore-1019637-2" value="true" />
<add key="darc-int-dotnet-efcore-1019637-3" value="true" />
<add key="darc-int-dotnet-efcore-1019637" value="true" />
<!-- End: Package sources from dotnet-efcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-89ef51c-3" value="true" />
<add key="darc-int-dotnet-runtime-89ef51c" 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
Loading
Loading