Skip to content

Commit

Permalink
Fix marten compatibility with .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Larsen authored and jeremydmiller committed Apr 24, 2024
1 parent 2bfaa1a commit 7634a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[2.0.0, 8.0.0)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[2.0.0, 9.0.0)" />
</ItemGroup>


Expand Down

0 comments on commit 7634a9a

Please sign in to comment.