Skip to content

Commit a691064

Browse files
committed
Change version logic from ">=" to "(X,)"
1 parent 0a7e3d4 commit a691064

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Telegram.Net/Telegram.Net.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version=">=7.0.0" />
23-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version=">=7.0.0" />
24-
<PackageReference Include="Microsoft.Extensions.Logging" Version=">=7.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="(6.0.0,)" />
2523
<PackageReference Include="Telegram.Bot" Version="22.4.*" />
2624
<None Include="..\README.md" Pack="true" PackagePath="\"/>
2725
<None Include="..\LICENSE" Pack="true" PackagePath=""/>

0 commit comments

Comments
 (0)