Skip to content

Commit b0c76b8

Browse files
committed
Rely on SSE in shared framework
1 parent ff67f8d commit b0c76b8

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

eng/SharedFramework.External.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<ExternalAspNetCoreAppReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="$(MicrosoftExtensionsOptionsDataAnnotationsVersion)" />
4343
<ExternalAspNetCoreAppReference Include="Microsoft.Extensions.Options" Version="$(MicrosoftExtensionsOptionsVersion)" />
4444
<ExternalAspNetCoreAppReference Include="Microsoft.Extensions.Primitives" Version="$(MicrosoftExtensionsPrimitivesVersion)" />
45-
<ExternalAspNetCoreAppReference Include="System.Net.ServerSentEvents" Version="$(SystemNetServerSentEvents)" />
4645
<ExternalAspNetCoreAppReference Include="System.Security.Cryptography.Xml" Version="$(SystemSecurityCryptographyXmlVersion)" />
4746
<ExternalAspNetCoreAppReference Include="System.Threading.RateLimiting" Version="$(SystemThreadingRateLimitingVersion)" />
4847

src/Framework/test/TestData.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ static TestData()
155155
"Microsoft.Net.Http.Headers",
156156
"System.Diagnostics.EventLog",
157157
"System.Diagnostics.EventLog.Messages",
158-
"System.Net.ServerSentEvents",
159158
"System.Security.Cryptography.Pkcs",
160159
"System.Security.Cryptography.Xml",
161160
"System.Threading.RateLimiting",
@@ -306,7 +305,6 @@ static TestData()
306305
{ "Microsoft.JSInterop" },
307306
{ "Microsoft.Net.Http.Headers" },
308307
{ "System.Diagnostics.EventLog" },
309-
{ "System.Net.ServerSentEvents" },
310308
{ "System.Security.Cryptography.Xml" },
311309
{ "System.Threading.RateLimiting" },
312310
};

src/Http/Http.Results/src/Microsoft.AspNetCore.Http.Results.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
2929
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
3030
<Reference Include="Microsoft.AspNetCore.Routing" />
31-
<Reference Include="System.Net.ServerSentEvents" />
3231

3332
<InternalsVisibleTo Include="Microsoft.AspNetCore.Http.Results.Tests" />
3433
</ItemGroup>

0 commit comments

Comments
 (0)