diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 17:02:20 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 17:02:20 +0100 |
| commit | e0228bca0f8cc2133a4efbbc5ed62bf01fda3783 (patch) | |
| tree | 729d7cc508ab167a8f529f2faad1653996b5b371 /wrappers/csharp/README.md | |
| parent | 19b583d03d3a9e654e149db971f1c752ad807f46 (diff) | |
Improve wrapper min sign time tests, add .NET version note
Diffstat (limited to 'wrappers/csharp/README.md')
| -rw-r--r-- | wrappers/csharp/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wrappers/csharp/README.md b/wrappers/csharp/README.md index 553b123..1ff1123 100644 --- a/wrappers/csharp/README.md +++ b/wrappers/csharp/README.md @@ -4,7 +4,8 @@ You will need to install the [.NET SDK](https://dotnet.microsoft.com/download), which includes the `dotnet` tool. The wrapper targets .NET Standard 2.0, which means that at least .NET Core 2.0 is required (.NET 5+ is also fine). For the -tests, .NET 5 is required. +tests, .NET 5 is required. (Or change `<TargetFramework>` in EduVpnCommonTests.csproj to e.g. `net6.0` to use newer +versions.) ## Build & test |
