From f5b1c7d6b87ffb623a39a3161bed058ded6e098a Mon Sep 17 00:00:00 2001 From: Havij khor Date: Sat, 15 Feb 2020 00:25:16 +0330 Subject: [PATCH] Completely rewritten the main project file. Added support for multiple target frameworks --- .../Standart.Hash.xxHash.csproj | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj b/src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj index 0715c41..fd6e319 100644 --- a/src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj +++ b/src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj @@ -1,15 +1,14 @@  - - netstandard2.0 - true - - - + + netstandard2.0; netstandard2.1; netcoreapp3.1; net48; + true + + + -