Skip to content

Commit

Permalink
Bump Reactive.Streams from 1.0.2 to 1.0.4 (#7213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored May 30, 2024
1 parent eeeb59b commit 3befea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/core/Akka.Streams.Tests.TCK/Akka.Streams.Tests.TCK.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\xunitSettings.props" />
<PropertyGroup>
<!-- Reactive.Streams.TCK isn't compatible with .NET Core -->
<!--UNit.Framework does not yet support .NET 5 - build will fail-->
<TargetFrameworks>$(NetFrameworkTestVersion)</TargetFrameworks>
<TargetFrameworks>$(NetFrameworkTestVersion);$(NetTestVersion)</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Reactive.Streams.TCK" Version="1.0.2" />
<PackageReference Include="Reactive.Streams.TCK" Version="1.0.4" />
<!-- !!!WARNING!!!
NUNIT VERSION HAVE TO MATCH WITH THE VERSION USED BY REACTIVE TCK.
!!!WARNING!!! -->
Expand Down
2 changes: 1 addition & 1 deletion src/core/Akka.Streams/Akka.Streams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="$(ProtobufVersion)" />
<PackageReference Include="Reactive.Streams" Version="1.0.2" />
<PackageReference Include="Reactive.Streams" Version="1.0.4" />
<PackageReference Include="Grpc.Tools" Version="$(GrpcToolsVersion)">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 3befea4

Please sign in to comment.