Skip to content

Commit

Permalink
Updated a few dependent NuGet package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hall committed Jan 28, 2025
1 parent b69f327 commit 329b602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PInvoke/DXGI/Vanara.PInvoke.DXGI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ ID3DBlob ID3DDestructionNotifier IDXGIAdapter IDXGIAdapter1 IDXGIAdapter2 IDXGIA
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net45'">
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.3.2" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion PInvoke/DirectXMath/Vanara.PInvoke.DirectXMath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Structures
<ProjectReference Include="..\Shared\Vanara.PInvoke.Shared.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net45'">
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.3.2" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.4.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions UnitTests/CSharpRunner/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Reference Include="System.Net.Http" />-->
</ItemGroup>
<ItemGroup>
<PackageReference Include="ICSharpCode.Decompiler" Version="8.2.0.7535" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />
<PackageReference Include="ICSharpCode.Decompiler" Version="9.0.0.7889" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.12.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 329b602

Please sign in to comment.