We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3503f00 commit 81be890Copy full SHA for 81be890
src/Microsoft.Data.SqlClient/tests/Directory.Build.props
@@ -22,7 +22,7 @@
22
<!--These properties can be modified locally to target .NET version of choice to build and test entire test suite-->
23
<PropertyGroup>
24
<TargetNetFxVersion Condition="'$(TargetNetFxVersion)' == ''">net462</TargetNetFxVersion>
25
- <TargetNetCoreVersion Condition="'$(TargetNetCoreVersion)' == ''">net9.0</TargetNetCoreVersion>
+ <TargetNetCoreVersion Condition="'$(TargetNetCoreVersion)' == ''">net8.0;net9.0</TargetNetCoreVersion>
26
</PropertyGroup>
27
28
<Choose>
0 commit comments