Skip to content

Commit

Permalink
add net 9 target to NuGetForUnity.Cli + update used System.Text.Json …
Browse files Browse the repository at this point in the history
…version to prevent security warning
  • Loading branch information
JoC0de committed Dec 22, 2024
1 parent b3ba257 commit 8f9a40a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/NuGetForUnity.Cli/NuGetForUnity.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>NuGetForUnity.Cli</RootNamespace>
<AssemblyName>NuGetForUnity.Cli</AssemblyName>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<PlatformTarget>AnyCPU</PlatformTarget>
<PackAsTool>true</PackAsTool>
<ToolCommandName>nugetforunity</ToolCommandName>
Expand Down Expand Up @@ -34,8 +34,8 @@ e.g. the import settings of the DLL's are changed to comply with Unity.
<Compile Remove="..\NuGetForUnity\Editor\UnityPreImportedLibraryResolver.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="7.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="NuGetForUnity.PluginAPI">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<package id="System.Numerics.Vectors" version="4.5.0" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
<package id="System.Text.Encodings.Web" version="7.0.0" />
<package id="System.Text.Json" version="7.0.1" manuallyInstalled="true" />
<package id="System.Text.Json" version="9.0.0" manuallyInstalled="true" />
<package id="System.Threading.Tasks.Extensions" version="4.5.4" />
</packages>

0 comments on commit 8f9a40a

Please sign in to comment.