Skip to content

Commit

Permalink
add .net6 back until we migrate to utf8 strings
Browse files Browse the repository at this point in the history
  • Loading branch information
zaafar committed Aug 1, 2024
1 parent 2fec690 commit 48d3fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImGui.NET/ImGui.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>A .NET wrapper for the Dear ImGui library.</Description>
<AssemblyVersion>1.90.9.2</AssemblyVersion>
<Authors>Eric Mellino</Authors>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>portable</DebugType>
<AssemblyName>ImGui.NET</AssemblyName>
Expand Down

0 comments on commit 48d3fd3

Please sign in to comment.