Skip to content

Commit

Permalink
Merge branch 'main' into mdacunzo/documentation/health-checks-adding-…
Browse files Browse the repository at this point in the history
…documentation
  • Loading branch information
MaxDac authored Aug 14, 2023
2 parents 42b163e + 5005f13 commit ba155d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<PackageVersion Include="Microsoft.Net.Test.Sdk" Version="17.7.0" />
<PackageVersion Include="Microsoft.SourceLink.AzureRepos.Git" Version="1.1.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Moq" Version="4.20.69" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
Expand All @@ -46,4 +45,7 @@
<PackageVersion Include="Microsoft.ServiceFabric.Services.Remoting" Version="6.1.1833" />
<PackageVersion Include="ServiceFabric.Mocks" Version="6.2.4" />
</ItemGroup>
<ItemGroup Label="Moq pinned to 4.18.4 until SponsorLink is fully removed and new versions are deemed trustworty">
<PackageVersion Include="Moq" Version="4.18.4" />
</ItemGroup>
</Project>

0 comments on commit ba155d5

Please sign in to comment.