Skip to content

Commit

Permalink
Merge pull request #15 from dassjosh/develop
Browse files Browse the repository at this point in the history
Bump Oxide to csharp 11
  • Loading branch information
dassjosh committed Dec 25, 2023
2 parents 4470bfc + fc7f613 commit 93160c2
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 93160c2

Please sign in to comment.