Updates PMCGenerator .NET Target & JSON Package Version

.NET 9
Newtonsoft.Json v13.0.3
This commit is contained in:
Refringe 2024-11-14 12:44:58 -05:00
parent f965d476a1
commit 29bec68dec
Signed by untrusted user: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -2,11 +2,11 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>