Skip to content

Commit

Permalink
Updated packages. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand authored Feb 27, 2023
1 parent 08f06c8 commit 450ad6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Fluxera.Entity/Fluxera.Entity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<ItemGroup>
<PackageReference Include="Fluxera.ComponentModel.Annotations" Version="7.1.0" />
<PackageReference Include="Fluxera.Guards" Version="7.1.0" />
<PackageReference Include="Fluxera.StronglyTypedId" Version="7.1.1" />
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PackageReference Include="Fluxera.StronglyTypedId" Version="7.1.2" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.0" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 450ad6b

Please sign in to comment.