Skip to content

Commit fb7050d

Browse files
authored
Update System.Net.ServerSentEvents.Tests.csproj (#115470)
Unblocks the use of a newer .NET SDK that contains this runtime commit 819bff1 This is necessary as System.Net.ServerSentEvents got moved inbox.
1 parent 0fe82fb commit fb7050d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<ProjectReference Include="..\src\System.Net.ServerSentEvents.csproj" />
1918
<ProjectReference Include="$(LibrariesProjectRoot)System.Text.Json\gen\System.Text.Json.SourceGeneration.Roslyn4.4.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" SetTargetFramework="TargetFramework=netstandard2.0" />
2019
</ItemGroup>
2120

2221
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
22+
<ProjectReference Include="..\src\System.Net.ServerSentEvents.csproj" />
2323
<ProjectReference Include="$(LibrariesProjectRoot)System.Text.Json\src\System.Text.Json.csproj" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)