Skip to content

Commit

Permalink
Merge pull request #1184 from Evangelink/update-testing-platform
Browse files Browse the repository at this point in the history
Initial support of Microsoft.Testing.Platform (#1153)
  • Loading branch information
OsirisTerje committed Jun 18, 2024
2 parents 095f8f8 + f003fc5 commit 1c09ca5
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 1c09ca5

Please sign in to comment.