diff options
author | chai <215380520@qq.com> | 2024-06-04 00:10:56 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-06-04 00:10:56 +0800 |
commit | 2819ad53ab20e3b6c58ba860653a7960fb9d005e (patch) | |
tree | b31de9c669194ddb59c68d00b82f89ab8b96f27b /Projects | |
parent | 0d03c4c6cd5178cd86a0135361b8a3e9e51e2036 (diff) |
*doc
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/UGEditor/UGEditor.csproj | 1 | ||||
-rw-r--r-- | Projects/ULTRAGUNFU/ULTRAGUNFU.csproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Projects/UGEditor/UGEditor.csproj b/Projects/UGEditor/UGEditor.csproj index debddf1..414b0d1 100644 --- a/Projects/UGEditor/UGEditor.csproj +++ b/Projects/UGEditor/UGEditor.csproj @@ -30,6 +30,7 @@ <ItemGroup> <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" /> <PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> </ItemGroup> <ItemGroup> <None Update="icon.png"> diff --git a/Projects/ULTRAGUNFU/ULTRAGUNFU.csproj b/Projects/ULTRAGUNFU/ULTRAGUNFU.csproj index a7fb71d..f37dbb9 100644 --- a/Projects/ULTRAGUNFU/ULTRAGUNFU.csproj +++ b/Projects/ULTRAGUNFU/ULTRAGUNFU.csproj @@ -21,6 +21,7 @@ <ItemGroup> <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" /> <PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> </ItemGroup> <Target Name="RestoreDotnetTools" BeforeTargets="Restore"> <Message Text="Restoring dotnet tools" Importance="High" /> |