Skip to content

Commit

Permalink
Updating Helpful Libraries with fix for Microsoft.VisualStudio.Thread…
Browse files Browse the repository at this point in the history
…ing.Analyzers mistakenly being applied
  • Loading branch information
Piedone committed Feb 16, 2022
1 parent d5c4f45 commit df64a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries" Version="2.0.1" />
</ItemGroup>

</Project>

0 comments on commit df64a73

Please sign in to comment.