diff --git a/ConsoleInterface/ConsoleInterface.csproj b/ConsoleInterface/ConsoleInterface.csproj
index 3d04f25..ac39ed4 100644
--- a/ConsoleInterface/ConsoleInterface.csproj
+++ b/ConsoleInterface/ConsoleInterface.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.1
+ net5.0
metadata_remover
true
true
@@ -11,10 +11,10 @@
-
-
-
-
+
+
+
+
diff --git a/ImageCore/ImageCore.csproj b/ImageCore/ImageCore.csproj
index 0b78338..d86fa68 100644
--- a/ImageCore/ImageCore.csproj
+++ b/ImageCore/ImageCore.csproj
@@ -1,14 +1,14 @@
- netcoreapp3.1
+ net5.0
Image
-
-
-
+
+
+
diff --git a/ImgMetadataRemover.sln b/ImgMetadataRemover.sln
index cab734a..6f37d17 100644
--- a/ImgMetadataRemover.sln
+++ b/ImgMetadataRemover.sln
@@ -4,6 +4,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageCore", "ImageCore\Imag
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleInterface", "ConsoleInterface\ConsoleInterface.csproj", "{F04E0337-23D3-4209-9BDE-B798090A7A63}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageCore.Tests", "ImageCore.Tests\ImageCore.Tests.csproj", "{8EB81515-E62C-4408-84E0-6C27E0293902}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -18,5 +20,9 @@ Global
{F04E0337-23D3-4209-9BDE-B798090A7A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F04E0337-23D3-4209-9BDE-B798090A7A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F04E0337-23D3-4209-9BDE-B798090A7A63}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8EB81515-E62C-4408-84E0-6C27E0293902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8EB81515-E62C-4408-84E0-6C27E0293902}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8EB81515-E62C-4408-84E0-6C27E0293902}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8EB81515-E62C-4408-84E0-6C27E0293902}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal