Skip to content

Commit

Permalink
Drop reference to nunit package and bump bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 29, 2024
1 parent 14b36e5 commit 359a242
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/NUnitTestAdapter/NUnit.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Testing.Extensions.VSTestBridge" Version="1.2.1" />
<PackageReference Include="Microsoft.Testing.Extensions.VSTestBridge" Version="1.3.1" />

This comment has been minimized.

Copy link
@nbalu

nbalu Aug 1, 2024

This should be reflected in the nuspec as well.

<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="nunit.engine" Version="3.18.1" />
<PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="TestCentric.Metadata" Version="3.0.2" Aliases="TestCentric" />
<PackageReference Include="TestCentric.Metadata" Version="3.0.2" Aliases="TestCentric" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 359a242

Please sign in to comment.