Skip to content

Commit

Permalink
chore: Update package dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccartney1977 authored Feb 7, 2024
1 parent 01594cc commit 802bb66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup Label="Dependency Versions">
<_ComponentHost>3.0.0</_ComponentHost>
<_ComponentHost>3.1.0</_ComponentHost>
<_AutoFixture>4.11.0</_AutoFixture>
<_CluedIn>4.0.0-*</_CluedIn>
<_CluedIn>4.0.0</_CluedIn>
</PropertyGroup>
<ItemGroup>
<!--
Expand All @@ -19,7 +19,7 @@
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Update="Moq" Version="4.13.1" />
<PackageReference Update="Shouldly" Version="3.0.2" />
<PackageReference Update="CluedIn.Testing.Base" Version="4.0.0-alpha.3" />
<PackageReference Update="CluedIn.Testing.Base" Version="4.0.0" />
</ItemGroup>
<ItemGroup>
<!--
Expand All @@ -28,7 +28,7 @@
-->
<PackageReference Update="ComponentHost" Version="$(_ComponentHost)" />
<PackageReference Update="CluedIn.Crawling" Version="$(_CluedIn)" />
<PackageReference Update="CluedIn.CrawlerIntegrationTesting" Version="4.0.0-alpha.3" />
<PackageReference Update="CluedIn.CrawlerIntegrationTesting" Version="4.0.0" />
<PackageReference Update="CluedIn.Core" Version="$(_CluedIn)" />
<PackageReference Update="CluedIn.Core.Agent" Version="$(_CluedIn)" />
<PackageReference Update="CluedIn.Server" Version="$(_CluedIn)" />
Expand Down

0 comments on commit 802bb66

Please sign in to comment.