diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-01 19:59:00 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-01 19:59:00 -0400 |
commit | e10147e7bda94a8fbc58684246628a6520d2c6b8 (patch) | |
tree | 3135a4ef641192e42ee1f97b8c56fc9b76a52aee /src/SMAPI/SMAPI.csproj | |
parent | 0209e70695b6d12692d4de554ce1fc9d65ca4715 (diff) | |
parent | 1cded44f7a5626a0d4f5c3ce48a83aa544d517c3 (diff) | |
download | SMAPI-e10147e7bda94a8fbc58684246628a6520d2c6b8.tar.gz SMAPI-e10147e7bda94a8fbc58684246628a6520d2c6b8.tar.bz2 SMAPI-e10147e7bda94a8fbc58684246628a6520d2c6b8.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI/SMAPI.csproj')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 27044679..a0ca54cc 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -28,6 +28,8 @@ <PackageReference Include="Pintail" Version="2.1.0" /> <PackageReference Include="Platonymous.TMXTile" Version="1.5.9" /> <PackageReference Include="System.Reflection.Emit" Version="4.7.0" /> + + <!-- legacy package; remove in SMAPI 4.0.0 --> <PackageReference Include="System.Runtime.Caching" Version="5.0.0" /> </ItemGroup> |