Skip to content

Commit

Permalink
ci: we need .net8 v4
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 24, 2024
1 parent f9fab17 commit 57879f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AvaloniaApp/AvaloniaApp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0;net6.0</TargetFramework>
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit 57879f6

Please sign in to comment.