From 078d8fded08d93df2c0af0cccaa4ff311d2bad57 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Thu, 10 Dec 2020 21:48:43 -0800 Subject: [PATCH] Fix CI Build (#82) * Fix CI Build * Build fixes --- .github/workflows/CIBuild.yml | 2 +- src/NmeaParser/EAAccessoryDevice.iOS.cs | 2 +- src/NmeaParser/NmeaParser.csproj | 2 +- src/UnitTests/NmeaParser.Tests.NET/NmeaParser.Tests.Net.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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