diff --git a/TupleAsJsonArray/TupleAsJsonArray.csproj b/TupleAsJsonArray/TupleAsJsonArray.csproj index 5574eb7..906bb0b 100644 --- a/TupleAsJsonArray/TupleAsJsonArray.csproj +++ b/TupleAsJsonArray/TupleAsJsonArray.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + netcoreapp3.1;netstandard2.1 true Alexandre Rogozine Convert C# Tuple to/from JSON Array @@ -12,12 +12,12 @@ true enable MIT - 1.0.1 + 1.0.2 git - - - + + + diff --git a/TupleJsonUnitTests/TupleJsonUnitTests.csproj b/TupleJsonUnitTests/TupleJsonUnitTests.csproj index d2601db..1715a2a 100644 --- a/TupleJsonUnitTests/TupleJsonUnitTests.csproj +++ b/TupleJsonUnitTests/TupleJsonUnitTests.csproj @@ -2,7 +2,6 @@ netcoreapp3.1 - false