Skip to content

Commit b7fe926

Browse files
authored
fix(csharp): remove specific minor version for System deps (#4479)
1 parent 35149f7 commit b7fe926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/csharp/netcore_project.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
</PropertyGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.0, 10.0.0)" />
43-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0.0, 10.0.0)" />
44-
<PackageReference Include="System.Text.Json" Version="[8.0.0, 10.0.0)" />
42+
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0, 10.0)" />
43+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[8.0, 10.0)" />
44+
<PackageReference Include="System.Text.Json" Version="[8.0.5, 10.0)" />
4545
</ItemGroup>
4646

4747
<ItemGroup>

0 commit comments

Comments
 (0)