Skip to content

Commit

Permalink
Fixed compiler errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Apr 18, 2024
1 parent 7c4c176 commit c33252d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PackageReference Include="Foundatio" Version="10.7.1" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />

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

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

0 comments on commit c33252d

Please sign in to comment.