diff --git a/DecoratorGenerator.UnitTests/DecoratorGenerator.UnitTests.csproj b/DecoratorGenerator.UnitTests/DecoratorGenerator.UnitTests.csproj index 0deb65a..0c4a63d 100644 --- a/DecoratorGenerator.UnitTests/DecoratorGenerator.UnitTests.csproj +++ b/DecoratorGenerator.UnitTests/DecoratorGenerator.UnitTests.csproj @@ -11,11 +11,11 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/DecoratorGenerator.UnitTests/Tests.cs b/DecoratorGenerator.UnitTests/Tests.cs index 8a90f30..6e36f73 100644 --- a/DecoratorGenerator.UnitTests/Tests.cs +++ b/DecoratorGenerator.UnitTests/Tests.cs @@ -238,7 +238,7 @@ private static async Task ReadFile(bool isTestLibrary, string searchPatt } private static DirectoryInfo? GetCurrentDirectory() { - return Directory.GetParent(Directory.GetParent(AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.FullName); + return Directory.GetParent(Directory.GetParent(AppDomain.CurrentDomain.BaseDirectory).Parent.FullName); } private static DirectoryInfo GetTestLibraryDirectory(DirectoryInfo currentDirectory) { diff --git a/DecoratorGenerator/DecoratorGenerator.csproj b/DecoratorGenerator/DecoratorGenerator.csproj index 5c114df..2b0333d 100644 --- a/DecoratorGenerator/DecoratorGenerator.csproj +++ b/DecoratorGenerator/DecoratorGenerator.csproj @@ -46,7 +46,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive