Skip to content

Commit

Permalink
Merge pull request #906 from FUSEEProjectTeam/dependabot/nuget/housek…
Browse files Browse the repository at this point in the history
…eeping/CommunityToolkit.HighPerformance-8.3.0

Bump CommunityToolkit.HighPerformance from 8.2.2 to 8.3.0
  • Loading branch information
RedImp1470 authored Sep 6, 2024
2 parents 3e9f898 + ded8391 commit a9f7d70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Engine/Core/Fusee.Engine.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.3.0" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/PointCloud/Common/Fusee.PointCloud.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.3.0" />
<ProjectReference Include="$(FuseeEngineRoot)\src\Math\Core\Fusee.Math.Core.csproj" />
<ProjectReference Include="$(FuseeEngineRoot)\src\Engine\Common\Fusee.Engine.Common.csproj" />
<ProjectReference Include="$(FuseeEngineRoot)\src\Engine\Core\Fusee.Engine.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/PointCloud/Core/Fusee.PointCloud.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.3.0" />
<ProjectReference Include="$(FuseeEngineRoot)\src\Structures\Fusee.Structures.csproj" />
<ProjectReference Include="$(FuseeEngineRoot)\src\PointCloud\Common\Fusee.PointCloud.Common.csproj" />
<ProjectReference Include="$(FuseeEngineRoot)\src\Base\Core\Fusee.Base.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/PointCloud/Potree/Fusee.PointCloud.Potree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<ProjectReference Include="$(FuseeEngineRoot)\src\Structures\Fusee.Structures.csproj" />
<ProjectReference Include="$(FuseeEngineRoot)\src\PointCloud\Common\Fusee.PointCloud.Common.csproj" />
Expand Down

0 comments on commit a9f7d70

Please sign in to comment.