Skip to content

Commit

Permalink
Set the upper limit of the version range
Browse files Browse the repository at this point in the history
Also add a comment so my future self knows not to upgrade these references unless a new major version of ystem.Text.Json or Microsoft.Extensions.Logging is released
  • Loading branch information
Jericho committed Jan 14, 2025
1 parent 262939a commit c53c3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ZoomNet/ZoomNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
<ItemGroup>
<PackageReference Include="HttpMultipartParser" Version="8.4.0" />
<PackageReference Include="jose-jwt" Version="5.1.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.0,)" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.0,9]" /> <!-- DO NOT UPGRADE See https://github.com/Jericho/ZoomNet/issues/387 -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Pathoschild.Http.FluentClient" Version="4.4.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="[8.0.5,)" />
<PackageReference Include="System.Text.Json" Version="[8.0.5,9]" /> <!-- DO NOT UPGRADE See https://github.com/Jericho/ZoomNet/issues/387 -->
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Websocket.Client" Version="4.6.1" />
</ItemGroup>
Expand Down

0 comments on commit c53c3a6

Please sign in to comment.