-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
Description
I propose we update the PackageReference for OpenTK to 4.8.0 as it is the latest stable release.
| <PackageReference Include="OpenTK" Version="4.7.5" /> |
We should also likely update the paket?
GLWpfControl/src/GLWpfControl/paket
Line 26 in 516bf69
| OpenTK ~> 4.0 >= 4.3.0 |
The Why
This will hopefully resolve an issue where users are referencing GLWpfControl and getting a NU1608 warning about the current reference of OpenTK needing to be fixed.
However, I'm a little confused because the NuGet package dependencies show >= 4.3.0 && < 5.0.0
The How
I believe just updating the PackageReference and uploading a new package with the correct constraints should fix this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

