Skip to content

Commit

Permalink
fix:upgraded pubnub version in console example app (#216)
Browse files Browse the repository at this point in the history
* upgraded pubnub version in console example app
  • Loading branch information
mohitpubnub authored Apr 11, 2024
1 parent 16126dd commit 3099e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<Reference Include="Numbers, Version=1.8.2.0, Culture=neutral, PublicKeyToken=9cd62db60ea5554c, processorArchitecture=MSIL">
<HintPath>..\..\packages\PeterO.Numbers.1.8.2\lib\net40\Numbers.dll</HintPath>
</Reference>
<Reference Include="Pubnub, Version=6.18.0.0, Culture=neutral, PublicKeyToken=dc66f52ce6619f44, processorArchitecture=MSIL">
<HintPath>..\..\packages\Pubnub.6.18.0\lib\net48\Pubnub.dll</HintPath>
<Reference Include="Pubnub, Version=6.19.7.0, Culture=neutral, PublicKeyToken=dc66f52ce6619f44, processorArchitecture=MSIL">
<HintPath>..\..\packages\Pubnub.6.19.7\lib\net48\Pubnub.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
2 changes: 1 addition & 1 deletion src/Examples/PubnubApi.ConsoleExample/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="PeterO.Cbor" version="4.5.2" targetFramework="net461" />
<package id="PeterO.Numbers" version="1.8.2" targetFramework="net461" />
<package id="PeterO.URIUtility" version="1.0.0" targetFramework="net461" />
<package id="Pubnub" version="6.18.0" targetFramework="net48" />
<package id="Pubnub" version="6.19.7" targetFramework="net48" />
<package id="System.Collections" version="4.0.11" targetFramework="net461" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net48" />
<package id="System.Diagnostics.Debug" version="4.0.11" targetFramework="net461" />
Expand Down

0 comments on commit 3099e2c

Please sign in to comment.