upgrade to .net6 part 2

This commit is contained in:
2022-06-07 12:54:35 +02:00
parent 0d4322c2b3
commit 39ea821fee
3 changed files with 16 additions and 3 deletions

View File

@@ -1,9 +1,13 @@
Imports System.Drawing
Imports System.Threading
Imports System.Windows.Forms
Imports OpenTK
Imports OpenTK.Graphics.OpenGL
Imports OpenTK.Mathematics
Imports Pilz.S3DFileParser
Imports Bitmap = System.Drawing.Bitmap
Imports Color = System.Drawing.Color
Imports Image = System.Drawing.Image