Skip to content

Commit 720a220

Browse files
authored
Replace netstandard2.0 with netstandard2.1 (#116)
1 parent 7046bc4 commit 720a220

76 files changed

Lines changed: 41 additions & 583 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ StyleCopReport.xml
8383
*.pgc
8484
*.pgd
8585
*.rsp
86+
# but not Directory.Build.rsp, as it configures directory-level build defaults
87+
!Directory.Build.rsp
8688
*.sbr
8789
*.tlb
8890
*.tli

README.md

Lines changed: 8 additions & 0 deletions

src/FrameworkTests/MauiApp/Platforms/MacCatalyst/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using ObjCRuntime;
2-
using UIKit;
1+
using UIKit;
32

43
namespace PDFtoImage.FrameworkTests.MauiApp
54
{

src/FrameworkTests/Uwp/App.xaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/FrameworkTests/Uwp/App.xaml.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.
-2.81 KB
Binary file not shown.
-3.38 KB
Binary file not shown.
-4.12 KB
Binary file not shown.
-5.7 KB
Binary file not shown.
-13.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)