mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-30 11:09:33 -05:00
There is no function double.IsFinite() in .NET Framework. Reworked the sanity check in Astronomy.Pivot so the C# code builds in these older .NET platforms.
6 lines
184 B
XML
6 lines
184 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
</configuration> |