Skip to content

Commit 956a033

Browse files
LeoHexspoorLeo
andauthored
Updated DependencyInjection package reference version to accept >= 3 (#58)
Co-authored-by: Leo <[email protected]>
1 parent 84e0b37 commit 956a033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus-net.DotNetRuntime/prometheus-net.DotNetRuntime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
33+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3,)" />
3434
</ItemGroup>
3535
</Project>

0 commit comments

Comments
 (0)