Skip to content

Commit

Permalink
Updated atldotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Dec 2, 2024
1 parent 963eed3 commit 1d7fc7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Sandreas.AudioMetadata/Sandreas.AudioMetadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Sandreas.Files" Version="1.1.2" />
<PackageReference Include="z440.atl.core" Version="6.8.0" />
<PackageReference Include="z440.atl.core" Version="6.9.0" />
</ItemGroup>

</Project>

0 comments on commit 1d7fc7e

Please sign in to comment.