From 0940d50438b068839d8051d9ced1450c43ab76e3 Mon Sep 17 00:00:00 2001 From: Naser Date: Tue, 14 Mar 2023 12:52:27 +0330 Subject: [PATCH] Change version --- src/nHash/Startup.cs | 3 --- src/nHash/nHash.csproj | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/nHash/Startup.cs b/src/nHash/Startup.cs index d0475e0..82e3a56 100644 --- a/src/nHash/Startup.cs +++ b/src/nHash/Startup.cs @@ -1,7 +1,4 @@ using nHash.Providers; -using nHash.SubFeatures; -using nHash.SubFeatures.Encodes; -using nHash.SubFeatures.Texts; namespace nHash; diff --git a/src/nHash/nHash.csproj b/src/nHash/nHash.csproj index a44ebb2..8121f2d 100644 --- a/src/nHash/nHash.csproj +++ b/src/nHash/nHash.csproj @@ -3,7 +3,7 @@ Exe net7.0 - 1.0 + 1.3 enable enable latestmajor