Skip to content

Commit

Permalink
Pinning to minimum version. Added XML comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
killnine authored and niemyjski committed Apr 18, 2024
1 parent ac96f85 commit 7c4c176
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

<PackageReference Include="Foundatio" Version="10.7.1" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />

<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
<!-- NOTE: Forcing minimum for security patch. Remove once SDK versions are updated -->
<PackageReference Include="Microsoft.Rest.ClientRuntime" Condition="" Version="(2.3.24,)" />

<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<!-- NOTE: Forcing minimum for security patch. Remove once SDK versions are updated -->
<PackageReference Include="Newtonsoft.Json" Version="(13.0.3,)" />
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
</ItemGroup>
</Project>

0 comments on commit 7c4c176

Please sign in to comment.