From 0a27c518a7ab5df3e9655479c5af6d831895f69f Mon Sep 17 00:00:00 2001 From: Oleksandr Melnyk Date: Fri, 3 Jun 2022 15:59:39 +0300 Subject: [PATCH] Fix target framework --- nuget.props | 2 +- src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuget.props b/nuget.props index 6d3952f..693e54e 100644 --- a/nuget.props +++ b/nuget.props @@ -1,7 +1,7 @@ - net6.0 + net6.0 Standart.Hash.xxHash 4.0.0 Standart.Hash.xxHash diff --git a/src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj b/src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj index e4ecea4..41208ef 100644 --- a/src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj +++ b/src/Standart.Hash.xxHash/Standart.Hash.xxHash.csproj @@ -3,7 +3,7 @@ - net6.0; + net6.0 true