Skip to content

Commit

Permalink
fix(csharp): update deps to allow a range (#4316)
Browse files Browse the repository at this point in the history
  • Loading branch information
morganleroi authored Jan 7, 2025
1 parent 47193ad commit 9e05bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/csharp/netcore_project.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.0, 10.0.0)" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0.0, 10.0.0)" />
<PackageReference Include="System.Text.Json" Version="[8.0.0, 10.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9e05bf2

Please sign in to comment.