Skip to content

Commit

Permalink
[CryptoTokenKit] Fix detecting .NET 10. (#21400)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored and haritha-mohan committed Oct 19, 2024
1 parent 19c73a1 commit 23ea9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptotokenkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Let's hope that by .NET 10 we've ironed out all the bugs in the API.
// This can of course be adjusted as needed (until we've released as stable).
#if NET100_0_OR_GREATER
#if NET10_0_OR_GREATER
#define STABLE_CRYPTOTOKENKIT
#endif

Expand Down

0 comments on commit 23ea9a5

Please sign in to comment.