Skip to content

Commit

Permalink
chore(deps): update vstest monorepo (#1096)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent c70437e commit c6a3ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Benchmarks/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>
<ItemGroup Condition="$(IsTestProject) or $(MSBuildProjectName.Contains('TestRunner'))">
<PackageVersion Include="FluentAssertions" Version="1.3.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20161024-02" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="15.9.2" />
<PackageVersion Include="Microsoft.Reactive.Testing" Version="0.0.1-alpha-00362" />
<PackageVersion Include="PublicApiGenerator" Version="4.0.0" />
<PackageVersion Include="Verify.Xunit" Version="1.0.0-beta.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<PackageVersion Include="xunit.runner.console" Version="$(XUnitVersion)" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.Reactive.Testing" Version="$(RxVersion)" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="Verify.Xunit" Version="23.0.0" />
Expand Down

0 comments on commit c6a3ce0

Please sign in to comment.