Fix macOS targets.

This commit is contained in:
Alex McArdle
2022-04-18 17:38:36 -05:00
parent 776718a91c
commit c2256d8a0e
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<TargetFrameworks>net471;netcoreapp3.1;net5.0-linux;net6.0-linux</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' ">
<TargetFrameworks>net471;netcoreapp3.1;net5.0-osx;net6.0-osx</TargetFrameworks>
<TargetFrameworks>net471;netcoreapp3.1;net5.0-macos;net6.0-macos</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<PackageId>GridAccountant</PackageId>