Skip to content

Commit

Permalink
Merge pull request #940 from FUSEEProjectTeam/dependabot/nuget/housek…
Browse files Browse the repository at this point in the history
…eeping/protobuf-net-3.2.46

Bump protobuf-net from 3.2.45 to 3.2.46
  • Loading branch information
RedImp1470 authored Feb 5, 2025
2 parents d7525f3 + 9f075ab commit 69f76f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Math/Core/Fusee.Math.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="protobuf-net" Version="3.2.45" />
<PackageReference Include="protobuf-net" Version="3.2.46" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Serialization/Fusee.Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PrivateAssets>analyzers</PrivateAssets>
</ProjectReference>

<PackageReference Include="protobuf-net" Version="3.2.45" />
<PackageReference Include="protobuf-net" Version="3.2.46" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="protobuf-net" Version="3.2.45" />
<PackageReference Include="protobuf-net" Version="3.2.46" />
</ItemGroup>
</Project>

0 comments on commit 69f76f4

Please sign in to comment.