Skip to content

Commit

Permalink
Merge branch 'master' into ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Apr 28, 2024
2 parents c106e4c + c9bc645 commit 56bbe96
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ on the following platforms:

| | `-x64` | `-x86` | `-arm64` | `-arm` |
|:----------------------|:--------:|:--------:|:--------:|:--------:|
| **`win-`** | ✓ | ✓ | | |
| **`android-`** | | | | |
| **`ios-`** | | | ✓ | |
| **`linux-`** | ✓ | | ✓ | ✓ |
| **`linux-musl-`** | ✓ | | ✓ | ✓ |
| **`maccatalyst-`** | ✓ | | ✓ | |
| **`osx-`** | ✓ | | ✓ | |
| **`ios-`** | | | | |
| **`android-`** | | | | |
| **`tvos-`** | | | ✓ | |
| **`win-`** | ✓ | ✓ | ✓ | |


Please note:
Expand Down Expand Up @@ -61,7 +63,7 @@ has been tested to run on the following platforms and .NET versions:
| | 22.04 | x64 | 8.0.4 / 6.0.29 |
| | 24.04 | x64 | 8.0.4 / 6.0.29 |

The other supported platforms should work as well, but haven't been tested.
The other supported platforms should work as well, but have not been tested.


## Frequently Asked Questions
Expand Down
2 changes: 1 addition & 1 deletion src/Cryptography/NSec.Cryptography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NSec.Cryptography.X25519</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="libsodium" Version="[1.0.19,1.0.20)" />
<PackageReference Include="libsodium" Version="[1.0.19.2,1.0.20)" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -16,8 +16,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 56bbe96

Please sign in to comment.