Skip to content

Commit b76b16c

Browse files
committed
[build] Build FSX version with .NET8.
1 parent 1759c8f commit b76b16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MSFSTouchPortalPlugin/MSFSTouchPortalPlugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
Unhandled Exception: System.Runtime.InteropServices.SEHException: External component has thrown an exception.
4343
at System.EventHandler.Invoke(Object sender, EventArgs e)
4444
at <CrtImplementationDetails>.ModuleUninitializer.SingletonDomainUnload(Object source, EventArgs arguments)
45-
It seems harmless, but since I don't know what causes this or if there is some other issues involved, keep this on .NET6 for now.
45+
It seems mostly harmless... like Earth.
4646
-->
47-
<TargetFramework>net6.0</TargetFramework>
47+
<TargetFramework>net8.0</TargetFramework>
4848
<AssemblyName>FSXTouchPortalPlugin</AssemblyName>
4949
<PlatformTarget>x86</PlatformTarget>
5050
<RuntimeIdentifier>win-x86</RuntimeIdentifier>

0 commit comments

Comments
 (0)