Skip to content

Commit

Permalink
Bump System.Reactive from 6.0.0 to 6.0.1
Browse files Browse the repository at this point in the history
Bumps System.Reactive from 6.0.0 to 6.0.1.

---
updated-dependencies:
- dependency-name: System.Reactive
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent 932118c commit 90c07a1
Show file tree
Hide file tree
Showing 30 changed files with 89 additions and 23 deletions.
1 change: 1 addition & 0 deletions Integration/Base/Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<ItemGroup>
<PackageReference Include="mongodb.driver" />
<PackageReference Include="System.Reactive" />
<PackageReference Include="Testcontainers" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Integration/Orleans.InProcess/Orleans.InProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
<PackageReference Include="Cratis.Applications.MongoDB" />
<PackageReference Include="System.Reactive" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Samples/Orleans/Orleans.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
<PackageReference Include="Microsoft.Orleans.Server" />
<PackageReference Include="Microsoft.Orleans.Serialization.SystemTextJson" />
<PackageReference Include="OrleansDashboard" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
<PackageReference Include="Cratis.Applications" />
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" />
<PackageReference Include="Cratis.Applications.ProxyGenerator.Build" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
6 changes: 5 additions & 1 deletion Source/Clients/AspNetCore.Specs/AspNetCore.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../../../Source/Clients/AspNetCore/AspNetCore.csproj"/>
<ProjectReference Include="../../../Source/Clients/AspNetCore/AspNetCore.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
6 changes: 5 additions & 1 deletion Source/Clients/AspNetCore/AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../DotNET/DotNET.csproj"/>
<ProjectReference Include="../DotNET/DotNET.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/Clients/AssemblyFixer/AssemblyFixer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
7 changes: 4 additions & 3 deletions Source/Clients/DotNET.Specs/DotNET.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../DotNET/DotNET.csproj"/>
<ProjectReference Include="../../Kernel/Contracts/Contracts.csproj"/>
<ProjectReference Include="../../Infrastructure/Infrastructure.csproj"/>
<ProjectReference Include="../DotNET/DotNET.csproj" />
<ProjectReference Include="../../Kernel/Contracts/Contracts.csproj" />
<ProjectReference Include="../../Infrastructure/Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cratis.Applications" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/Clients/Orleans.InProcess/Orleans.InProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
<PackageReference Include="protobuf-net.Grpc" />
<PackageReference Include="Cratis.Applications.Orleans" />
<PackageReference Include="NJsonSchema" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions Source/Clients/Orleans.XUnit/Orleans.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../XUnit/XUnit.csproj"/>
<ProjectReference Include="../Orleans/Orleans.csproj"/>
<ProjectReference Include="../XUnit/XUnit.csproj" />
<ProjectReference Include="../Orleans/Orleans.csproj" />

<ProjectReference Include="../../Kernel/Concepts/Concepts.csproj">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -17,6 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
<PackageReference Include="xunit">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
1 change: 1 addition & 0 deletions Source/Clients/Orleans/Orleans.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference> -->
<PackageReference Include="Microsoft.Orleans.Sdk" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions Source/Clients/XUnit/XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../DotNET/DotNET.csproj"/>
<ProjectReference Include="../../Infrastructure/Infrastructure.csproj"/>
<ProjectReference Include="../DotNET/DotNET.csproj" />
<ProjectReference Include="../../Infrastructure/Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
<PackageReference Include="xunit">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
5 changes: 3 additions & 2 deletions Source/Infrastructure.Specs/Infrastructure.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Infrastructure/Infrastructure.csproj"/>
<ProjectReference Include="../Infrastructure/Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cratis.Applications"/>
<PackageReference Include="Cratis.Applications" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
8 changes: 6 additions & 2 deletions Source/Kernel/Compliance.Specs/Compliance.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Compliance/Compliance.csproj"/>
<ProjectReference Include="../Concepts/Concepts.csproj"/>
<ProjectReference Include="../Compliance/Compliance.csproj" />
<ProjectReference Include="../Concepts/Concepts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>

</Project>
6 changes: 5 additions & 1 deletion Source/Kernel/Compliance/Compliance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Storage/Storage.csproj"/>
<ProjectReference Include="../Storage/Storage.csproj" />
<ProjectReference Include="../Concepts/Concepts.csproj">
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
6 changes: 5 additions & 1 deletion Source/Kernel/Concepts.Specs/Concepts.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Concepts/Concepts.csproj"/>
<ProjectReference Include="../Concepts/Concepts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions Source/Kernel/Concepts/Concepts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Contracts/Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="protobuf-net.Grpc" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Diagnostics/Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.Http" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" />
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../Concepts/Concepts.csproj" />
Expand Down
4 changes: 4 additions & 0 deletions Source/Kernel/Events/Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
</ProjectReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
<ProjectReference Include="../Concepts/Concepts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Grains.Interfaces/Grains.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Sdk" />
<PackageReference Include="Cratis.Applications.Orleans" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions Source/Kernel/Grains.Specs/Grains.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@

<ItemGroup>
<ProjectReference Include="../Grains/Grains.csproj" />
<ProjectReference Include="../Concepts/Concepts.csproj"/>
<ProjectReference Include="../Concepts/Concepts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrleansTestKit" />
<PackageReference Include="protobuf-net.Grpc"/>
<PackageReference Include="protobuf-net.Grpc" />
<PackageReference Include="System.Reactive" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Grains/Grains.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" />
<PackageReference Include="Microsoft.Orleans.Sdk" />
<PackageReference Include="Microsoft.Orleans.Reminders" />
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
8 changes: 6 additions & 2 deletions Source/Kernel/Projections.Specs/Projections.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Projections/Projections.csproj"/>
<ProjectReference Include="../Concepts/Concepts.csproj"/>
<ProjectReference Include="../Projections/Projections.csproj" />
<ProjectReference Include="../Concepts/Concepts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<PackageReference Include="Serilog.Sinks.Console" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" />
<PackageReference Include="Serilog.Sinks.Seq" />
<PackageReference Include="System.Reactive" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Source/Kernel/Setup/Setup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Server" />
<PackageReference Include="Microsoft.Orleans.Serialization.SystemTextJson" />
<PackageReference Include="System.Reactive" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Storage.MongoDB/Storage.MongoDB.csproj"/>
<ProjectReference Include="../Concepts/Concepts.csproj"/>
<ProjectReference Include="../Storage.MongoDB/Storage.MongoDB.csproj" />
<ProjectReference Include="../Concepts/Concepts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>
8 changes: 6 additions & 2 deletions Source/Kernel/Storage.Specs/Storage.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Storage/Storage.csproj"/>
<ProjectReference Include="../Concepts/Concepts.csproj"/>
<ProjectReference Include="../Storage/Storage.csproj" />
<ProjectReference Include="../Concepts/Concepts.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions Source/Kernel/Storage/Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reactive" />
</ItemGroup>
</Project>

0 comments on commit 90c07a1

Please sign in to comment.