Skip to content

Commit 1e85713

Browse files
Set 2.1 baselines
1 parent 47828ee commit 1e85713

File tree

4 files changed

+880
-34
lines changed

4 files changed

+880
-34
lines changed

src/Microsoft.AspNetCore.NodeServices.Sockets/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.NodeServices.Sockets, Version=2.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.NodeServices.Sockets, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.NodeServices.Sockets.NodeServicesOptionsExtensions",

src/Microsoft.AspNetCore.NodeServices/baseline.netcore.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.NodeServices, Version=2.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.NodeServices, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.Extensions.DependencyInjection.NodeServicesServiceCollectionExtensions",
@@ -714,6 +714,17 @@
714714
"Microsoft.AspNetCore.NodeServices.HostingModels.INodeInstance"
715715
],
716716
"Members": [
717+
{
718+
"Kind": "Method",
719+
"Name": "Dispose",
720+
"Parameters": [],
721+
"ReturnType": "System.Void",
722+
"Sealed": true,
723+
"Virtual": true,
724+
"ImplementedInterface": "System.IDisposable",
725+
"Visibility": "Public",
726+
"GenericParameter": []
727+
},
717728
{
718729
"Kind": "Method",
719730
"Name": "InvokeExportAsync<T0>",
@@ -749,17 +760,6 @@
749760
}
750761
]
751762
},
752-
{
753-
"Kind": "Method",
754-
"Name": "Dispose",
755-
"Parameters": [],
756-
"ReturnType": "System.Void",
757-
"Sealed": true,
758-
"Virtual": true,
759-
"ImplementedInterface": "System.IDisposable",
760-
"Visibility": "Public",
761-
"GenericParameter": []
762-
},
763763
{
764764
"Kind": "Method",
765765
"Name": "InvokeExportAsync<T0>",

0 commit comments

Comments
 (0)