Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
glucaci committed Jul 10, 2024
1 parent 2204d79 commit f3d37a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<ItemGroup>
<PackageVersion Include="MongoDB.Driver" Version="2.21.0" />
<PackageVersion Include="MongoDB.Driver.Core.Extensions.DiagnosticSources" Version="1.3.0" />
<PackageVersion Include="System.Text.Json" Version="7.0.0" />
<PackageVersion Include="MongoDB.Driver.Core.Extensions.DiagnosticSources" Version="1.4.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">
Expand Down
2 changes: 1 addition & 1 deletion src/Context.Tests/Internal/DependencyTypesResolverTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void GetAllowedTypesByDependencies_All_Successful()

// Act
IEnumerable<string> knownNamespaces = DependencyTypesResolver
.GetAllowedTypesByDependencies(new[] { "Coverlet" })
.GetAllowedTypesByDependencies(new[] { "Coverlet", "Castle" })
.OrderBy(x => x);

// Assert
Expand Down

0 comments on commit f3d37a7

Please sign in to comment.