Skip to content

Commit

Permalink
Update Nuget packages (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconscious authored Dec 30, 2024
1 parent 7ec0415 commit 8c5fcb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AudioTagger.Console/AudioTagger.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="6.0.5.128"/>
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="FluentResults" Version="3.16.0" />
<PackageReference Include="CodeConscious.Startwatch" Version="0.0.3" />
<PackageReference Include="CodeConscious.Startwatch" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AudioTagger.Library\AudioTagger.Library.csproj"/>
Expand Down
2 changes: 1 addition & 1 deletion src/AudioTagger.Tests/AudioTagger.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<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

0 comments on commit 8c5fcb6

Please sign in to comment.