Skip to content

Commit

Permalink
Merge pull request #1230 from Evangelink/v151
Browse files Browse the repository at this point in the history
Use MTP 1.5.1
  • Loading branch information
OsirisTerje authored Jan 17, 2025
2 parents 5fc1d71 + 1e43e24 commit 935992d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageVersion>
<PackageVersion Include="Castle.Core" Version="5.1.1" />
<PackageVersion Include="Microsoft.Testing.Extensions.VSTestBridge" Version="1.4.1" />
<PackageVersion Include="Microsoft.Testing.Extensions.VSTestBridge" Version="1.5.1" />
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="NUnit.Analyzers" Version="4.3.0">
Expand Down
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.4.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.4.1" />
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.5.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.5.1" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.4.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.4.1" />
<dependency id="Microsoft.Testing.Extensions.VSTestBridge" version="1.5.1" />
<dependency id="Microsoft.Testing.Platform.MSBuild" version="1.5.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 935992d

Please sign in to comment.