Skip to content

Commit

Permalink
Updated NuGet packages (this fixes BPM optimization issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed May 12, 2022
1 parent 76f5c09 commit 3c5b305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions DeveImageOptimizerWPF/DeveImageOptimizerWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DeveCoolLib" Version="1.0.527" />
<PackageReference Include="DeveImageOptimizer" Version="1.0.627" />
<PackageReference Include="DeveCoolLib" Version="1.0.548" />
<PackageReference Include="DeveImageOptimizer" Version="1.0.629" />
<PackageReference Include="IX.Observable" Version="0.7.3" />
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
<PackageReference Include="ObservableConcurrentQueue" Version="2.0.1" />
Expand Down

0 comments on commit 3c5b305

Please sign in to comment.