Skip to content

Commit

Permalink
Update testing platform to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jun 18, 2024
1 parent 095f8f8 commit f003fc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions nuget/NUnit3TestAdapter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

<dependencies>
<group targetFramework="net462">
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.1.0" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.1.0" />
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.2.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.2.1" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.1.0" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.1.0" />
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.2.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.2.1" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/NUnitTestAdapter/NUnit.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Testing.Extensions.VSTestBridge" Version="1.1.0" />
<PackageReference Include="Microsoft.Testing.Extensions.VSTestBridge" Version="1.2.1" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="nunit.engine" Version="3.17.0" />
Expand Down

0 comments on commit f003fc5

Please sign in to comment.