-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Remove dotnet6 feeds #66447
Remove dotnet6 feeds #66447
Conversation
dotnet7 feeds are currently the target feeds for the main branch. The dotnet6 feeds shouldn't be used anymore.
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue Detailsdotnet7 feeds are currently the target feeds for the main branch. The dotnet6 feeds shouldn't be used anymore.
|
@dotnet/ncl the msquic transport package pushes into the dotnet7-transport feed but dotnet/runtime gets the version from the dotnet6-transport feed. I'm fixing the package version in dotnet/msquic#71 and am also updating the darc subscription so that it fetches the package from the dotnet7-transport feed instead. |
I manually pushed the latest dotnet/optimization packages to the dotnet7-transport feed as the dotnet/optimization builds are currently broken. |
/azp run dotnet-linker-tests |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-dev-innerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-staging |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@jkoritzinsky as you added that path to the test project, would you know what needs to be updated to link against >= 10.14? Presumably this path Lines 75 to 76 in 7e408a0
|
@ViktorHofer I believe you're correct. We should update line 76 to be |
* Remove dotnet6 feeds dotnet7 feeds are currently the target feeds for the main branch. The dotnet6 feeds shouldn't be used anymore. * Update targetingpacks.targets * Update prebuilt package versions * Update NativeExports.csproj
Fixes #57716
The current main branch's corresponding feeds are the dotnet7 ones and the dotnet6 ones shouldn't be used.
Please see my comments below for packages that were missing.