Skip to content

Commit 81be890

Browse files
committed
Enable default testing of net8.0
1 parent 3503f00 commit 81be890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!--These properties can be modified locally to target .NET version of choice to build and test entire test suite-->
2323
<PropertyGroup>
2424
<TargetNetFxVersion Condition="'$(TargetNetFxVersion)' == ''">net462</TargetNetFxVersion>
25-
<TargetNetCoreVersion Condition="'$(TargetNetCoreVersion)' == ''">net9.0</TargetNetCoreVersion>
25+
<TargetNetCoreVersion Condition="'$(TargetNetCoreVersion)' == ''">net8.0;net9.0</TargetNetCoreVersion>
2626
</PropertyGroup>
2727

2828
<Choose>

0 commit comments

Comments
 (0)