Skip to content

Commit

Permalink
src: Try to fix the GitHub Actions error.
Browse files Browse the repository at this point in the history
I'm just assuming this is the problem.
  • Loading branch information
samuel-lucas6 committed Nov 9, 2024
1 parent a58cbf4 commit ef2a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geralt/Geralt.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks Condition="'$(RUNNER_OS)'=='Windows'">net8.0;net8.0-ios;net8.0-tvos;net8.0-maccatalyst</TargetFrameworks>
<Version>3.1.0</Version>
<Authors>Samuel Lucas</Authors>
Expand Down

0 comments on commit ef2a93f

Please sign in to comment.