We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e03a8 commit 187f344Copy full SHA for 187f344
src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<Import Project="..\..\xunitSettings.props" />
3
<PropertyGroup>
4
<AssemblyName>Akka.Streams.Tests.TCK</AssemblyName>
@@ -18,7 +18,7 @@
18
19
<ItemGroup>
20
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
21
- <PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
+ <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
22
<PackageReference Include="Reactive.Streams.TCK" Version="1.0.2" />
23
<!-- !!!WARNING!!!
24
NUNIT VERSION HAVE TO MATCH WITH THE VERSION USED BY REACTIVE TCK.
0 commit comments