Skip to content

Commit

Permalink
nugets++
Browse files Browse the repository at this point in the history
  • Loading branch information
vpenades committed Oct 9, 2024
1 parent 7bfb49f commit 2803c34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/SharpGLTF.NUnit/SharpGLTF.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="GltfValidator" Version="2.0.0-dev.3.8.202311262112" />
<PackageReference Include="GltfValidator" Version="2.0.0-dev.3.8.202410091132" />
<PackageReference Include="TestAttachments.NUnit" Version="4.0.0-Preview-20240102-0955" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2803c34

Please sign in to comment.