Skip to content

Commit

Permalink
Bump Microsoft.Extensions.DependencyModel from 6.0.0 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps Microsoft.Extensions.DependencyModel from 6.0.0 to 8.0.1.

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyModel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent d5e711a commit 9473467
Show file tree
Hide file tree
Showing 34 changed files with 93 additions and 26 deletions.
1 change: 1 addition & 0 deletions Integration/Base/Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="mongodb.driver" />
<PackageReference Include="Testcontainers" />
</ItemGroup>
Expand Down
7 changes: 4 additions & 3 deletions Samples/Orleans.Specs/Orleans.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Cratis.Specifications.XUnit" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="moq" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="xunit" />
Expand Down
1 change: 1 addition & 0 deletions Samples/Orleans/Orleans.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<ItemGroup>
<PackageReference Include="Cratis.Applications.MongoDB" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Orleans.SDK" />
<PackageReference Include="Microsoft.Orleans.Reminders" />
Expand Down
1 change: 1 addition & 0 deletions Source/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Swashbuckle.AspNetCore" />
<PackageReference Include="Swashbuckle.AspNetCore.Filters" />
<PackageReference Include="Cratis.Applications" />
Expand Down
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="Microsoft.Extensions.DependencyModel" />
</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="Microsoft.Extensions.DependencyModel" />
</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 @@ -7,6 +7,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Mono.Cecil" />
</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="Microsoft.Extensions.DependencyModel" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/Clients/DotNET/DotNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference> -->
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="automapper" />
<PackageReference Include="FluentValidation" />
Expand Down
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 @@ -66,6 +66,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference> -->
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Orleans.Server" />
<PackageReference Include="Microsoft.Orleans.Reminders" />
<PackageReference Include="Microsoft.Orleans.Sdk" />
Expand Down
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="Microsoft.Extensions.DependencyModel" />
<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 @@ -17,6 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference> -->
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Orleans.Sdk" />
</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="Microsoft.Extensions.DependencyModel" />
<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="Microsoft.Extensions.DependencyModel" />
</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="Microsoft.Extensions.DependencyModel" />
</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="Microsoft.Extensions.DependencyModel" />
</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="Microsoft.Extensions.DependencyModel" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Concepts/Concepts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Orleans.Sdk" />
</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 @@ -8,6 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="protobuf-net.BuildTools">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
1 change: 1 addition & 0 deletions Source/Kernel/Diagnostics/Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="OpenTelemetry" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" />
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="Microsoft.Extensions.DependencyModel" />
</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="Microsoft.Extensions.DependencyModel" />
</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,6 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Orleans.Sdk" />
<PackageReference Include="Cratis.Applications.Orleans" />
</ItemGroup>
Expand Down
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="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="OrleansTestKit" />
<PackageReference Include="protobuf-net.Grpc"/>
<PackageReference Include="protobuf-net.Grpc" />
</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 @@ -20,6 +20,7 @@
<ItemGroup>
<PackageReference Include="Cratis.Metrics.Roslyn" />
<PackageReference Include="Cratis.Applications" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" />
<PackageReference Include="Microsoft.Orleans.Sdk" />
<PackageReference Include="Microsoft.Orleans.Reminders" />
Expand Down
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="Microsoft.Extensions.DependencyModel" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Projections/Projections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<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 @@ -15,6 +15,7 @@
<PackageReference Include="Cratis.Applications.MongoDB" />
<PackageReference Include="Cratis.Applications.Orleans" />
<PackageReference Include="Cratis.Applications.Orleans.MongoDB" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Orleans.Server" />
<PackageReference Include="OrleansDashboard" />
<PackageReference Include="OpenTelemetry" />
Expand Down
1 change: 1 addition & 0 deletions Source/Kernel/Services/Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="System.Reactive" />
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" />
</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 @@ -5,6 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Orleans.Server" />
<PackageReference Include="Microsoft.Orleans.Serialization.SystemTextJson" />
</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="Microsoft.Extensions.DependencyModel" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Storage.MongoDB/Storage.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Orleans.Server" />
<PackageReference Include="Microsoft.Orleans.Serialization" />
<PackageReference Include="Microsoft.Orleans.Reminders" />
Expand Down
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="Microsoft.Extensions.DependencyModel" />
</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 @@ -9,4 +9,8 @@
<PrivateAssets>all</PrivateAssets>
</ProjectReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
</ItemGroup>
</Project>

0 comments on commit 9473467

Please sign in to comment.