Watch
2
0
Fork
You've already forked raylib-cs
0

Remove net6.0 support

This commit is contained in:
Rgebee 2026-03-28 19:45:34 +00:00
commit ca396bc3c6
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>12</LangVersion>
</PropertyGroup>