diff options
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" /> |