File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 } ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments