diff --git a/src/MangaMap/MangaMap.csproj b/src/MangaMap/MangaMap.csproj index e55c277..8b91f47 100644 --- a/src/MangaMap/MangaMap.csproj +++ b/src/MangaMap/MangaMap.csproj @@ -1,11 +1,11 @@  - net7.0-android;net7.0-ios;net7.0-maccatalyst + net7.0; $(TargetFrameworks);net7.0-windows10.0.19041.0 - Exe + Exe MangaMap true true diff --git a/src/UnitTests/UnitTestIPersistanceManager.cs b/src/UnitTests/UnitTestIPersistanceManager.cs index 1791065..1f28fbd 100644 --- a/src/UnitTests/UnitTestIPersistanceManager.cs +++ b/src/UnitTests/UnitTestIPersistanceManager.cs @@ -62,7 +62,6 @@ namespace UnitTests // Assert // Since the implementation of Sauvegarder only calls Console.WriteLine, // we can't directly test the functionality, but we can assert that the method was called - // You can check the console output manually to verify the expected message } } }