Skip to content

Commit 3d18f80

Browse files
committed
bump MinimumApiVersion to 214 as this has the required change in the shared types loader
1 parent f983c2e commit 3d18f80

File tree

1 file changed

+1
-1
lines changed
  • Source2Framework.CommandService/Plugin

1 file changed

+1
-1
lines changed

Source2Framework.CommandService/Plugin/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
using Source2Framework.Services.Command;
99

10-
[MinimumApiVersion(213)]
10+
[MinimumApiVersion(214)]
1111
public sealed partial class CommandServicePlugin : BasePlugin, IS2FModule
1212
{
1313
public required IFramework Framework { get; set; }

0 commit comments

Comments
 (0)