Skip to content

Commit

Permalink
- 修复 Npgsql postgis 条件编译问题;#1940
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Dec 4, 2024
1 parent b0eb654 commit 48ea72e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 124 deletions.
123 changes: 0 additions & 123 deletions FreeSql/FreeSql.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 48ea72e

Please sign in to comment.