Fix CI Build (#82)

* Fix CI Build

* Build fixes
This commit is contained in:
Morten Nielsen 2020-12-10 21:48:43 -08:00 committed by GitHub
parent 5d4686c059
commit 078d8fded0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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: |

View file

@ -73,7 +73,7 @@ namespace NmeaParser
/// <item>Generic bluetooth serial: <c> 00001101-0000-1000-8000-00805F9B34FB</c></item>
/// </list>
/// <para>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 <see cref="EAAccessoryManager.SharedAccessoryManager.ConnectedAccessories"/> to iterate and find the devices yourself.</para>
/// or you can use <c>EAAccessoryManager.SharedAccessoryManager.ConnectedAccessories</c> to iterate and find the devices yourself.</para>
/// </remarks>
/// <returns>A list of supported devices</returns>
public static IEnumerable<EAAccessoryDevice> GetDevices()

View file

@ -1,4 +1,4 @@
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
<Project Sdk="MSBuild.Sdk.Extras/3.0.22">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard1.4;netcoreapp2.1;net451;monoandroid50;monoandroid70;xamarinios10;uap10.0.16299</TargetFrameworks>

View file

@ -1,4 +1,4 @@
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
<Project Sdk="MSBuild.Sdk.Extras/3.0.22">
<PropertyGroup>
<TargetFrameworks>net451;netcoreapp3.1</TargetFrameworks>