3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 12:58:44 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-04-24 16:37:03 -07:00
parent c03fac8390
commit 0422b59123

View file

@ -49,7 +49,7 @@
<!-- Build properties --> <!-- Build properties -->
<PropertyGroup> <PropertyGroup>
<!-- In *nix builds, netfx TFMs are not available. --> <!-- In *nix builds, netfx TFMs are not available. -->
<TargetFrameworks>netstandard2.1;net45</TargetFrameworks> <TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<OutputTypeEx>library</OutputTypeEx> <OutputTypeEx>library</OutputTypeEx>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<NoWarn>1701,1702</NoWarn> <NoWarn>1701,1702</NoWarn>