mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 23:50:18 +01:00
Fix build issue and update dependency
This commit is contained in:
parent
b1a82e3e8e
commit
3ec22441e0
|
|
@ -105,7 +105,7 @@ namespace SampleApp.UWP
|
|||
serialDevice.BaudRate = 9600;
|
||||
serialDevice.DataBits = 8;
|
||||
serialDevice.Parity = SerialParity.None;
|
||||
Task.FromResult<NmeaDevice>(new NmeaParser.SerialPortDevice(serialDevice));
|
||||
return Task.FromResult<NmeaDevice>(new NmeaParser.SerialPortDevice(serialDevice));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<Link>NmeaSampleData.txt</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<PackageReference Include="Esri.ArcGISRuntime.WPF" Version="100.7.0" />
|
||||
<PackageReference Include="Esri.ArcGISRuntime.WPF" Version="100.9.0" />
|
||||
<Content Include="car.glb">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
|
|||
Loading…
Reference in a new issue