Skip to content

Commit

Permalink
Fixed package dependencies. (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand authored Nov 16, 2024
1 parent 34ee8f5 commit 11f0510
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 19 deletions.
7 changes: 0 additions & 7 deletions src/Fluxera.DomainEvents/Fluxera.DomainEvents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[8.0.1]" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
</ItemGroup>

Expand Down
7 changes: 0 additions & 7 deletions src/Fluxera.Entity/Fluxera.Entity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[8.0.1]" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Fluxera.DomainEvents.UnitTests.EmployeeAggregate
{
using System;
using System.Collections.Generic;
using Fluxera.Entity;
using Fluxera.Guards;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fluxera.Guards" Version="8.1.3" />
<PackageReference Include="Fluxera.StronglyTypedId" Version="8.3.7" />
<PackageReference Include="Fluxera.Guards" Version="9.0.0" />
<PackageReference Include="Fluxera.StronglyTypedId" Version="9.0.0" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fluxera.Guards" Version="8.1.3" />
<PackageReference Include="Fluxera.StronglyTypedId" Version="8.3.7" />
<PackageReference Include="Fluxera.Guards" Version="9.0.0" />
<PackageReference Include="Fluxera.StronglyTypedId" Version="9.0.0" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
Expand Down

0 comments on commit 11f0510

Please sign in to comment.