Skip to content

Commit

Permalink
Remove version override
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Sindo committed Feb 23, 2025
1 parent bbb848e commit 3c79e36
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<ItemGroup>
<!--Pin the versions of packages that may be upgraded during the process of Azure SDK moving all dependencies to the 8.x line to avoid incompatibility, until a compatible dependency gragh is figured out and finalized.-->
<PackageReference Include="MessagePack" />
<PackageReference Include="Microsoft.Azure.WebJobs" VersionOverride="3.0.37"/>
<PackageReference Include="Microsoft.Azure.WebJobs" />
<PackageReference Include="Microsoft.Azure.SignalR.Management" />
<PackageReference Include="Microsoft.Azure.SignalR" />
<PackageReference Include="Microsoft.Azure.SignalR.Protocols" />
<PackageReference Include="Microsoft.Azure.SignalR.Serverless.Protocols" />
<PackageReference Include="Microsoft.Extensions.Azure" VersionOverride="1.10.0"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" VersionOverride="6.35.0"/>
<PackageReference Include="Microsoft.Extensions.Azure" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down

0 comments on commit 3c79e36

Please sign in to comment.