Skip to content

Commit

Permalink
Geralt.csproj: Target iOS, tvOS, and Mac Catalyst on GitHub Actions.
Browse files Browse the repository at this point in the history
ektrah/nsec@bed6a20 but with .NET 6 too.
  • Loading branch information
samuel-lucas6 committed Aug 17, 2024
1 parent 16f27aa commit ace71a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Geralt/Geralt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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>
<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 ace71a7

Please sign in to comment.