Skip to content

Commit

Permalink
fix: Fixed Postgres update issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jan 7, 2025
1 parent 229b735 commit 1d04ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net4.6.2;netstandard2.0;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<NoWarn>$(NoWarn);CA1031;CA2100;CA1305</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 1d04ec1

Please sign in to comment.