Skip to content

Commit 2b9c059

Browse files
Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 (#6779)
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.4.2 to 4.5.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](nunit/nunit3-vs-adapter@V4.4.2...V4.5.0) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2873951 commit 2b9c059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\xunitSettings.props" />
33
<PropertyGroup>
44
<AssemblyName>Akka.Streams.Tests.TCK</AssemblyName>
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
21-
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
21+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2222
<PackageReference Include="Reactive.Streams.TCK" Version="1.0.2" />
2323
<!-- !!!WARNING!!!
2424
NUNIT VERSION HAVE TO MATCH WITH THE VERSION USED BY REACTIVE TCK.

0 commit comments

Comments
 (0)