|
|
@@ -89,6 +89,7 @@ namespace Microsoft.AspNetCore
|
|
|
"Microsoft.AspNetCore.Server.IISIntegration",
|
|
|
"Microsoft.AspNetCore.Server.Kestrel",
|
|
|
"Microsoft.AspNetCore.Server.Kestrel.Core",
|
|
|
+ "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic",
|
|
|
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets",
|
|
|
"Microsoft.AspNetCore.Session",
|
|
|
"Microsoft.AspNetCore.SignalR",
|
|
|
@@ -223,6 +224,7 @@ namespace Microsoft.AspNetCore
|
|
|
{ "Microsoft.AspNetCore.Server.IISIntegration", "6.0.0.0" },
|
|
|
{ "Microsoft.AspNetCore.Server.Kestrel", "6.0.0.0" },
|
|
|
{ "Microsoft.AspNetCore.Server.Kestrel.Core", "6.0.0.0" },
|
|
|
+ { "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic", "6.0.0.0" },
|
|
|
{ "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets", "6.0.0.0" },
|
|
|
{ "Microsoft.AspNetCore.Session", "6.0.0.0" },
|
|
|
{ "Microsoft.AspNetCore.SignalR", "6.0.0.0" },
|