reverting opentk

This commit is contained in:
Lars Brubaker 2022-08-30 15:27:22 -07:00
parent 33b3b3948d
commit 3b1296a62a
5 changed files with 5 additions and 4 deletions

View file

@ -72,6 +72,7 @@
<ProjectReference Include="MatterControlLib\MatterControlLib.csproj" />
<ProjectReference Include="PrinterDriverInstaller\InfInstaller.csproj" />
<ProjectReference Include="Submodules\agg-sharp\agg\Agg.csproj" />
<ProjectReference Include="Submodules\agg-sharp\Glfw\GlfwProvider.csproj" />
<ProjectReference Include="Submodules\agg-sharp\Gui\Gui.csproj" />
<ProjectReference Include="Submodules\agg-sharp\VectorMath\VectorMath.csproj" />
<ProjectReference Include="Submodules\MatterSlice\MatterSlice.csproj" />

@ -1 +1 @@
Subproject commit d58665f5c5a25ed2fae2a9418c6c56fe70a59fe8
Subproject commit 42401e1aff4c8a327e7c28af70168499e6d36c29

@ -1 +1 @@
Subproject commit f52f803dc37a2eb3fe4ebe1b2507418d5d2db4ba
Subproject commit 2cfd64bdeacd33f5be83556f54757b15101af146

View file

@ -14,7 +14,7 @@
<Authors>$(AssemblyName)</Authors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />

View file

@ -39,7 +39,7 @@
<ProjectReference Include="..\..\Submodules\MatterSlice\MatterSliceLib\MatterSliceLib.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />