diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-12 21:01:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-12 21:01:13 -0400 |
commit | 40aebb74c65e0c7300b5f4fcb066f3fd2b2a5fdd (patch) | |
tree | e2f520e28d0d1df18098c2e548542be3f7e8f88a /src/SMAPI.Installer/Framework/InstallerPaths.cs | |
parent | 5f7a92a74592a53529890eebb1ee9fe519afd92f (diff) | |
download | SMAPI-40aebb74c65e0c7300b5f4fcb066f3fd2b2a5fdd.tar.gz SMAPI-40aebb74c65e0c7300b5f4fcb066f3fd2b2a5fdd.tar.bz2 SMAPI-40aebb74c65e0c7300b5f4fcb066f3fd2b2a5fdd.zip |
enable nullable annotations in installer (#837)
Diffstat (limited to 'src/SMAPI.Installer/Framework/InstallerPaths.cs')
-rw-r--r-- | src/SMAPI.Installer/Framework/InstallerPaths.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SMAPI.Installer/Framework/InstallerPaths.cs b/src/SMAPI.Installer/Framework/InstallerPaths.cs index fd9d1be6..0976eceb 100644 --- a/src/SMAPI.Installer/Framework/InstallerPaths.cs +++ b/src/SMAPI.Installer/Framework/InstallerPaths.cs @@ -1,5 +1,3 @@ -#nullable disable - using System.IO; using StardewModdingAPI.Toolkit.Framework; |