We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6373695 + 4a5b079 commit 4034b15Copy full SHA for 4034b15
Lua.NET.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net7.0;net6.0</TargetFrameworks>
+ <TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
<Nullable>enable</Nullable>
0 commit comments