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.
2 parents 3fd0b8a + ff7ca12 commit cf08731Copy full SHA for cf08731
src/Directory.Packages.props
@@ -19,7 +19,8 @@
19
<PackageVersion Include="NUnit3TestAdapter" Version="5.0.0" />
20
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
21
<PackageVersion Include="System.Text.Json" Version="9.0.4" />
22
- <PackageVersion Include="Verify.Http" Version="6.4.1" />
+ <PackageVersion Include="Verify.Http" Version="6.5.0" Condition="'$(TargetFramework)' == 'net9.0'" />
23
+ <PackageVersion Include="Verify.Http" Version="6.4.1" Condition="'$(TargetFramework)' != 'net9.0'" />
24
<PackageVersion Include="Verify.NUnit" Version="29.2.0" />
25
</ItemGroup>
26
</Project>
0 commit comments