Skip to content

Commit

Permalink
#4172 Change build target to net462; drops support for modern .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfordlhotka committed Aug 26, 2024
1 parent 7d964df commit 28d29be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\Directory.Package.props" />

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net462</TargetFramework>
<RootNamespace>Csla.Data.SqlClient</RootNamespace>
<Product>CSLA .NET System.Data.SqlClient</Product>
<Description>CSLA .NET System.Data.SqlClient support.</Description>
Expand Down

0 comments on commit 28d29be

Please sign in to comment.