mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-25 09:40:57 +08:00
- 修复 Npgsql postgis 条件编译问题;#1940
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<DefineConstants>nts</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0' or '$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net7.0' or '$(TargetFramework)' == 'net6.0'">
|
||||
<DefineConstants>net60</DefineConstants>
|
||||
<DefineConstants>net60;nts</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user