Skip to content

Commit

Permalink
Bump platform version in nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed May 2, 2024
1 parent 9a340ce commit 23c6da7
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.0.2" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.0.2" />
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.1.0" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.1.0" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.0.2" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.0.2" />
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.1.0" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.1.0" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 23c6da7

Please sign in to comment.