diff --git a/src/SampleApp.UWP/SampleApp.UWP.csproj b/src/SampleApp.UWP/SampleApp.UWP.csproj
index 9e8db69..2f23e85 100644
--- a/src/SampleApp.UWP/SampleApp.UWP.csproj
+++ b/src/SampleApp.UWP/SampleApp.UWP.csproj
@@ -88,10 +88,9 @@
true
true
-
-
-
-
+
+ PackageReference
+
App.xaml
diff --git a/src/SampleApp.UWP/project.json b/src/SampleApp.UWP/project.json
deleted file mode 100644
index 92d1456..0000000
--- a/src/SampleApp.UWP/project.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0"
- },
- "frameworks": {
- "uap10.0": {}
- },
- "runtimes": {
- "win10-arm": {},
- "win10-arm-aot": {},
- "win10-x86": {},
- "win10-x86-aot": {},
- "win10-x64": {},
- "win10-x64-aot": {}
- }
-}
\ No newline at end of file
diff --git a/src/SampleApp.WinDesktop/SampleApp.WinDesktop.csproj b/src/SampleApp.WinDesktop/SampleApp.WinDesktop.csproj
index f221bfc..254e3d7 100644
--- a/src/SampleApp.WinDesktop/SampleApp.WinDesktop.csproj
+++ b/src/SampleApp.WinDesktop/SampleApp.WinDesktop.csproj
@@ -34,6 +34,9 @@
prompt
4
+
+ PackageReference
+
diff --git a/src/UnitTests/NmeaParser.Tests.UWP/NmeaParser.Tests.UWP.csproj b/src/UnitTests/NmeaParser.Tests.UWP/NmeaParser.Tests.UWP.csproj
index 0b98a44..35392a2 100644
--- a/src/UnitTests/NmeaParser.Tests.UWP/NmeaParser.Tests.UWP.csproj
+++ b/src/UnitTests/NmeaParser.Tests.UWP/NmeaParser.Tests.UWP.csproj
@@ -88,10 +88,9 @@
true
true
-
-
-
-
+
+ PackageReference
+
@@ -132,6 +131,14 @@
NmeaParser
+
+
+ 1.2.0
+
+
+ 1.2.0
+
+
14.0
diff --git a/src/UnitTests/NmeaParser.Tests.UWP/project.json b/src/UnitTests/NmeaParser.Tests.UWP/project.json
deleted file mode 100644
index fb45499..0000000
--- a/src/UnitTests/NmeaParser.Tests.UWP/project.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": "6.0.4",
- "MSTest.TestAdapter": "1.2.0",
- "MSTest.TestFramework": "1.2.0"
- },
- "frameworks": {
- "uap10.0.10586": {}
- },
- "runtimes": {
- "win10-arm": {},
- "win10-arm-aot": {},
- "win10-x86": {},
- "win10-x86-aot": {},
- "win10-x64": {},
- "win10-x64-aot": {}
- }
-}
\ No newline at end of file