Skip to content

Commit

Permalink
Bump AsyncKeyedLock to 6.3.4; performance improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Jan 23, 2024
1 parent b5084b5 commit 48b6db6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AsyncKeyedLock, Version=6.3.3.0, Culture=neutral, PublicKeyToken=c6dde91429ba0f2f, processorArchitecture=MSIL">
<HintPath>packages\AsyncKeyedLock.6.3.3\lib\netstandard2.0\AsyncKeyedLock.dll</HintPath>
<Reference Include="AsyncKeyedLock, Version=6.3.4.0, Culture=neutral, PublicKeyToken=c6dde91429ba0f2f, processorArchitecture=MSIL">
<HintPath>packages\AsyncKeyedLock.6.3.4\lib\netstandard2.0\AsyncKeyedLock.dll</HintPath>
</Reference>
<Reference Include="GroupDocs.Viewer, Version=23.10.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>packages\GroupDocs.Viewer.23.10.0\lib\net462\GroupDocs.Viewer.dll</HintPath>
Expand Down Expand Up @@ -278,4 +278,4 @@
</PropertyGroup>
<Error Condition="!Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.4.1.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.4.1.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets'))" />
</Target>
</Project>
</Project>

0 comments on commit 48b6db6

Please sign in to comment.