diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-27 02:40:57 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-27 02:40:57 -0500 |
commit | 51e65fc8a090996b0bb2f0f4697376135b233654 (patch) | |
tree | d81e05905643707348bcb74b187aa8e162b8ea93 /src/SMAPI.Installer | |
parent | 382b5fe914894b87e44462060ca7ae8415c9533e (diff) | |
download | SMAPI-51e65fc8a090996b0bb2f0f4697376135b233654.tar.gz SMAPI-51e65fc8a090996b0bb2f0f4697376135b233654.tar.bz2 SMAPI-51e65fc8a090996b0bb2f0f4697376135b233654.zip |
enable latest C# features
Diffstat (limited to 'src/SMAPI.Installer')
-rw-r--r-- | src/SMAPI.Installer/StardewModdingAPI.Installer.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj b/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj index 8000e4e7..083044fb 100644 --- a/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj +++ b/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj @@ -12,6 +12,7 @@ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> + <LangVersion>latest</LangVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <PlatformTarget>x86</PlatformTarget> |