From d060188b123315bd0275e05a6d6c111551f892d7 Mon Sep 17 00:00:00 2001 From: Frans van Dorsselaer <17404029+dorssel@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:18:17 +0100 Subject: [PATCH] Prepare for Span --- .github/linters/vs-spell-exclusion.txt | 1 + AesExtra/AesExtra.csproj | 8 ++++++-- AesExtra/AesSiv.cs | 2 +- AesExtra/CryptographicOperations.cs | 10 +++++++--- AesExtra/GlobalSuppressions.cs | 2 ++ Directory.Packages.props | 2 ++ UnitTests/UnitTests.csproj | 4 +++- 7 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.github/linters/vs-spell-exclusion.txt b/.github/linters/vs-spell-exclusion.txt index 1a17389..b6e3af2 100644 --- a/.github/linters/vs-spell-exclusion.txt +++ b/.github/linters/vs-spell-exclusion.txt @@ -8,5 +8,6 @@ dotnet Encryptor inliner IntelliSense +netstandard NIST xorend diff --git a/AesExtra/AesExtra.csproj b/AesExtra/AesExtra.csproj index e46d95a..17ee546 100644 --- a/AesExtra/AesExtra.csproj +++ b/AesExtra/AesExtra.csproj @@ -1,4 +1,4 @@ - + + + diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 2e0397c..cc7cd9f 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -17,7 +17,9 @@ SPDX-License-Identifier: MIT - + + TargetFramework=netstandard2.0 +