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 authored Jan 23, 2024
1 parent 6cdf6e0 commit da42c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Demos/ASP.NET MVC/src/GroupDocs.Viewer.AspNetMvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,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.12.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
<HintPath>packages\GroupDocs.Viewer.23.12.0\lib\net462\GroupDocs.Viewer.dll</HintPath>
Expand Down Expand Up @@ -288,4 +288,4 @@
<Message Importance="high" Text="*** Bundling client files ***" />
<Exec WorkingDirectory="$(ClientRoot)" Command="npm run build" ContinueOnError="false" />
</Target>
</Project>
</Project>

0 comments on commit da42c26

Please sign in to comment.