Skip to content

Commit

Permalink
Bump AsyncKeyedLock to 6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Jan 20, 2024
1 parent 52c9e45 commit 6cdf6e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.2.1.0, Culture=neutral, PublicKeyToken=c6dde91429ba0f2f, processorArchitecture=MSIL">
<HintPath>packages\AsyncKeyedLock.6.2.1\lib\netstandard2.0\AsyncKeyedLock.dll</HintPath>
<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>
<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
2 changes: 1 addition & 1 deletion Demos/ASP.NET MVC/src/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AsyncKeyedLock" version="6.2.1" targetFramework="net48" />
<package id="AsyncKeyedLock" version="6.3.3" targetFramework="net48" />
<package id="GroupDocs.Viewer" version="23.12.0" targetFramework="net48" />
<package id="Microsoft.AspNet.Cors" version="5.2.9" targetFramework="net48" />
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net48" />
Expand Down
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.2.1.0, Culture=neutral, PublicKeyToken=c6dde91429ba0f2f, processorArchitecture=MSIL">
<HintPath>packages\AsyncKeyedLock.6.2.1\lib\netstandard2.0\AsyncKeyedLock.dll</HintPath>
<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>
<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
2 changes: 1 addition & 1 deletion Demos/ASP.NET Web Forms/src/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AsyncKeyedLock" version="6.2.1" targetFramework="net48" />
<package id="AsyncKeyedLock" version="6.3.3" targetFramework="net48" />
<package id="GroupDocs.Viewer" version="23.12.0" targetFramework="net48" />
<package id="Microsoft.AspNet.Cors" version="5.2.9" targetFramework="net48" />
<package id="Microsoft.AspNet.WebApi" version="5.2.9" targetFramework="net48" />
Expand Down

0 comments on commit 6cdf6e0

Please sign in to comment.