We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf34e37 commit bd50c6cCopy full SHA for bd50c6c
src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj
@@ -25,7 +25,7 @@
25
<!-- !!!WARNING!!!
26
NUNIT VERSION HAVE TO MATCH WITH THE VERSION USED BY REACTIVE TCK.
27
!!!WARNING!!! -->
28
- <PackageReference Include="NUnit" Version="3.7.1" Condition="'$(TargetFramework)' == '$(NetCoreTestVersion)'"/>
+ <PackageReference Include="NUnit" Version="3.13.2" Condition="'$(TargetFramework)' == '$(NetCoreTestVersion)'"/>
29
</ItemGroup>
30
31
<PropertyGroup Condition=" '$(TargetFramework)' == '$(NetFrameworkTestVersion)' ">
0 commit comments