Skip to content

Update System.Net.ServerSentEvents.Tests.csproj #115470

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 1 commit into from
May 12, 2025
Merged

Conversation

ViktorHofer
Copy link
Member

Unblocks the use of a newer .NET SDK that contains this runtime commit 819bff1

This is necessary as System.Net.ServerSentEvents got moved inbox.

Unblocks the use of a newer .NET SDK that contains this runtime commit 819bff1

This is necessary as System.Net.ServerSentEvents got moved inbox.
@Copilot Copilot AI review requested due to automatic review settings May 12, 2025 08:13
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label May 12, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the System.Net.ServerSentEvents.Tests.csproj file to unblock the .NET SDK update that relocates System.Net.ServerSentEvents.

  • Moved the unconditional ProjectReference for System.Net.ServerSentEvents into a conditional ItemGroup targeting .NETFramework
  • Updated the csproj to conform with the runtime commit requirements
Comments suppressed due to low confidence (1)

src/libraries/System.Net.ServerSentEvents/tests/System.Net.ServerSentEvents.Tests.csproj:22

  • Moving the ProjectReference into a .NETFramework-specific ItemGroup may result in the reference being omitted for non-.NETFramework targets. Please ensure that this conditional reference is intentional based on the supported target frameworks.
    <ProjectReference Include="..\src\System.Net.ServerSentEvents.csproj" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants