Skip to content

Commit

Permalink
Merge pull request #1200 from Evangelink/bump-nuspec
Browse files Browse the repository at this point in the history
Bump Microsoft.Testing.* versions in nuspec
  • Loading branch information
OsirisTerje committed Sep 4, 2024
2 parents cb69dc1 + 5f77eec commit eb6e029
Showing 1 changed file with 4 additions and 4 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.2.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.2.1" />
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.3.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.3.1" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.2.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.2.1" />
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.3.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.3.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit eb6e029

Please sign in to comment.