diff --git a/.github/workflows/CIBuild.yml b/.github/workflows/CIBuild.yml
index e4a772f..9a829ab 100644
--- a/.github/workflows/CIBuild.yml
+++ b/.github/workflows/CIBuild.yml
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v1
- name: Setup Visual Studio Command Prompt
- uses: warrenbuckley/Setup-MSBuild@v1
+ uses: microsoft/setup-msbuild@v1.0.2
- name: Build
run: |
diff --git a/src/NmeaParser/EAAccessoryDevice.iOS.cs b/src/NmeaParser/EAAccessoryDevice.iOS.cs
index 4ce8e9e..87882a9 100644
--- a/src/NmeaParser/EAAccessoryDevice.iOS.cs
+++ b/src/NmeaParser/EAAccessoryDevice.iOS.cs
@@ -73,7 +73,7 @@ namespace NmeaParser
/// - Generic bluetooth serial: 00001101-0000-1000-8000-00805F9B34FB
///
/// If you know of other MFI certificed NMEA devices, please make a request to have it added here: https://github.com/dotMorten/NmeaParser/issues/new
- /// or you can use to iterate and find the devices yourself.
+ /// or you can use EAAccessoryManager.SharedAccessoryManager.ConnectedAccessories to iterate and find the devices yourself.
///
/// A list of supported devices
public static IEnumerable GetDevices()
diff --git a/src/NmeaParser/NmeaParser.csproj b/src/NmeaParser/NmeaParser.csproj
index f2fae53..1c54457 100644
--- a/src/NmeaParser/NmeaParser.csproj
+++ b/src/NmeaParser/NmeaParser.csproj
@@ -1,4 +1,4 @@
-
+
netstandard2.0;netstandard1.4;netcoreapp2.1;net451;monoandroid50;monoandroid70;xamarinios10;uap10.0.16299
diff --git a/src/UnitTests/NmeaParser.Tests.NET/NmeaParser.Tests.Net.csproj b/src/UnitTests/NmeaParser.Tests.NET/NmeaParser.Tests.Net.csproj
index f5561d2..bbc766e 100644
--- a/src/UnitTests/NmeaParser.Tests.NET/NmeaParser.Tests.Net.csproj
+++ b/src/UnitTests/NmeaParser.Tests.NET/NmeaParser.Tests.Net.csproj
@@ -1,4 +1,4 @@
-
+
net451;netcoreapp3.1