Skip to content

Commit 68e2f28

Browse files
committed
fix: Add .net8 target framework to project file
1 parent fb009cb commit 68e2f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LlamaLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<UseWindowsForms>true</UseWindowsForms>
1010
<UseWPF>true</UseWPF>
1111
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
12-
<TargetFrameworks>net48</TargetFrameworks>
12+
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
1313
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1414
<Configurations>Debug;Release;Release2</Configurations>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)