diff --git a/SharpCoreFileSystem/SharpCoreFileSystem.csproj b/SharpCoreFileSystem/SharpCoreFileSystem.csproj index e6586e3..13c4b7c 100644 --- a/SharpCoreFileSystem/SharpCoreFileSystem.csproj +++ b/SharpCoreFileSystem/SharpCoreFileSystem.csproj @@ -1,6 +1,6 @@  - netstandard2.0 + net7.0 true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -30,7 +30,7 @@ runtime; build; native; contentfiles; analyzers all --> - - + + diff --git a/SharpFileSystem.Tests/SharpFileSystem.Tests.csproj b/SharpFileSystem.Tests/SharpFileSystem.Tests.csproj index 33e784a..2ede636 100644 --- a/SharpFileSystem.Tests/SharpFileSystem.Tests.csproj +++ b/SharpFileSystem.Tests/SharpFileSystem.Tests.csproj @@ -10,7 +10,7 @@ https://github.com/b3b00/sharpfilesystem https://github.com/b3b00/sharpfilesystem/blob/master/LICENSE 1.0.0 - netcoreapp3.1 + net7.0 false @@ -37,7 +37,7 @@ - + diff --git a/TestSFS/TestSFS.csproj b/TestSFS/TestSFS.csproj index f9362ac..311bef3 100644 --- a/TestSFS/TestSFS.csproj +++ b/TestSFS/TestSFS.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net7.0