Skip to content

Commit

Permalink
Bump Oxide to csharp 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dassjosh committed Dec 25, 2023
1 parent ac7b937 commit fc7f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginMerge/Configuration/PlatformSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace PluginMerge.Configuration;
/// </summary>
public class PlatformSettings
{
private static readonly PlatformSettings Oxide = new("Oxide.Plugins", LanguageVersion.CSharp6);
private static readonly PlatformSettings Oxide = new("Oxide.Plugins", LanguageVersion.CSharp11);
private static readonly PlatformSettings uMod = new("uMod.Plugins", LanguageVersion.CSharp9);

/// <summary>
Expand Down

0 comments on commit fc7f613

Please sign in to comment.