From cabcd09b371fce5eb5f7af7efc45029154ca0224 Mon Sep 17 00:00:00 2001 From: Luigi Grilli Date: Thu, 11 Nov 2021 10:44:15 +0000 Subject: [PATCH] chore: Fixed #5 renamed package to TestableIO.System.IO.Abstractions.Extensions --- .../System.IO.Abstractions.Extensions.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj b/src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj index 3dbefbd..d397936 100644 --- a/src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj +++ b/src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj @@ -1,8 +1,9 @@ + TestableIO.System.IO.Abstractions.Extensions net5.0;netstandard2.1;netstandard2.0;net461 - Convenience functionality on top of System.IO.Abstractions + Convenience functionalities on top of System.IO.Abstractions