mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 07:30:15 +01:00
parent
5d4686c059
commit
078d8fded0
2
.github/workflows/CIBuild.yml
vendored
2
.github/workflows/CIBuild.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue