Skip to content

Commit

Permalink
chore: Update platform dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zvirja committed Jul 31, 2023
1 parent 55c0776 commit f4bae2b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Packages.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<Project>
<PropertyGroup Label="Dependency Versions">
<_CluedIn>4.0.0-*</_CluedIn>
</PropertyGroup>

<ItemGroup>
<!--
Specified versions for dependencies across the solution
MUST SPECIFY IN CSPROJ AS <PackageReference Name="<depName>" />
-->
<PackageReference Update="CluedIn.Connector.Common" Version="3.6.0" />
<PackageReference Update="CluedIn.Core" Version="$(_CluedIn)" />
</ItemGroup>
<ItemGroup>
<!--
Expand All @@ -17,8 +21,7 @@
<PackageReference Update="AutoFixture.Xunit2" Version="4.11.0" />
<PackageReference Update="AutoFixture.AutoNSubstitute" Version="4.18.0" />
<PackageReference Update="coverlet.msbuild" Version="2.8.0" />
<PackageReference Update="CluedIn.Core" Version="3.6.1" />
<PackageReference Update="CluedIn.DataStore" Version="3.6.1" />
<PackageReference Update="CluedIn.DataStore" Version="$(_CluedIn)" />
<PackageReference Update="xunit" Version="2.4.1" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Update="Moq" Version="4.13.1" />
Expand Down

0 comments on commit f4bae2b

Please sign in to comment.