version bump & remove unused references from Pilz.Drawing

This commit is contained in:
Pilzinsel64
2024-11-20 12:35:10 +01:00
parent 7d5935c5d1
commit b8c0086e82
3 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<MyType>Windows</MyType>
<TargetFrameworks>net6.0-windows;net8.0-windows</TargetFrameworks>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DocumentationFile>Pilz.Drawing.Drawing3D.OpenGLFactory.xml</DocumentationFile>
<DefineTrace>true</DefineTrace>
@@ -26,7 +26,7 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTK.Input" Version="4.8.2" />