Skip to content

Commit

Permalink
Geralt.csproj: Apparently .NET MAUI 6 is out of support.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 committed Aug 17, 2024
1 parent ace71a7 commit 8953c4c
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
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
<TargetFrameworks Condition="'$(RUNNER_OS)'=='Windows'">net8.0;net6.0;net8.0-ios;net6.0-ios;net8.0-tvos;net6.0-tvos;net8.0-maccatalyst;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="'$(RUNNER_OS)'=='Windows'">net8.0;net6.0;net8.0-ios;net8.0-tvos;net8.0-maccatalyst</TargetFrameworks>
<Version>3.1.0</Version>
<Authors>Samuel Lucas</Authors>
<Description>A modern cryptographic library for .NET 6+ based on libsodium and inspired by Monocypher.</Description>
Expand Down

0 comments on commit 8953c4c

Please sign in to comment.