File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 </ItemGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" NuGetizer" PrivateAssets =" all" />
21- <PackageReference Include =" Verify.Http" />
22- <PackageReference Include =" Microsoft.Extensions.TimeProvider.Testing" />
20+ <PackageReference Include =" NuGetizer" PrivateAssets =" all" />
21+ <PackageReference Include =" Microsoft.Extensions.TimeProvider.Testing" />
22+ <PackageReference Include =" Verify.Http" Version =" 6.5.0" Condition =" '$(TargetFramework)' == 'net9.0'" />
23+ <PackageReference Include =" Verify.Http" Version =" 6.4.1" Condition =" '$(TargetFramework)' != 'net9.0'" />
2324 </ItemGroup >
2425
2526 <ItemGroup >
Original file line number Diff line number Diff line change 1919 <PackageVersion Include =" NUnit3TestAdapter" Version =" 5.0.0" />
2020 <PackageVersion Include =" System.Linq.Async" Version =" 6.0.1" />
2121 <PackageVersion Include =" System.Text.Json" Version =" 9.0.4" />
22- <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'" />
2422 <PackageVersion Include =" Verify.NUnit" Version =" 29.2.0" />
2523 </ItemGroup >
2624</Project >
You can’t perform that action at this time.
0 commit comments