mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
parent
5d4686c059
commit
078d8fded0
4 changed files with 4 additions and 4 deletions
2
.github/workflows/CIBuild.yml
vendored
2
.github/workflows/CIBuild.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Setup Visual Studio Command Prompt
|
- name: Setup Visual Studio Command Prompt
|
||||||
uses: warrenbuckley/Setup-MSBuild@v1
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ namespace NmeaParser
|
||||||
/// <item>Generic bluetooth serial: <c> 00001101-0000-1000-8000-00805F9B34FB</c></item>
|
/// <item>Generic bluetooth serial: <c> 00001101-0000-1000-8000-00805F9B34FB</c></item>
|
||||||
/// </list>
|
/// </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
|
/// <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>
|
/// </remarks>
|
||||||
/// <returns>A list of supported devices</returns>
|
/// <returns>A list of supported devices</returns>
|
||||||
public static IEnumerable<EAAccessoryDevice> GetDevices()
|
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>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netstandard2.0;netstandard1.4;netcoreapp2.1;net451;monoandroid50;monoandroid70;xamarinios10;uap10.0.16299</TargetFrameworks>
|
<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>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net451;netcoreapp3.1</TargetFrameworks>
|
<TargetFrameworks>net451;netcoreapp3.1</TargetFrameworks>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue