Skip to content

Commit 3099e2c

Browse files
authored
fix:upgraded pubnub version in console example app (#216)
* upgraded pubnub version in console example app
1 parent 16126dd commit 3099e2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Examples/PubnubApi.ConsoleExample/PubnubApi.ConsoleExample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<Reference Include="Numbers, Version=1.8.2.0, Culture=neutral, PublicKeyToken=9cd62db60ea5554c, processorArchitecture=MSIL">
4949
<HintPath>..\..\packages\PeterO.Numbers.1.8.2\lib\net40\Numbers.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Pubnub, Version=6.18.0.0, Culture=neutral, PublicKeyToken=dc66f52ce6619f44, processorArchitecture=MSIL">
52-
<HintPath>..\..\packages\Pubnub.6.18.0\lib\net48\Pubnub.dll</HintPath>
51+
<Reference Include="Pubnub, Version=6.19.7.0, Culture=neutral, PublicKeyToken=dc66f52ce6619f44, processorArchitecture=MSIL">
52+
<HintPath>..\..\packages\Pubnub.6.19.7\lib\net48\Pubnub.dll</HintPath>
5353
</Reference>
5454
<Reference Include="System" />
5555
<Reference Include="System.ComponentModel.Composition" />

src/Examples/PubnubApi.ConsoleExample/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="PeterO.Cbor" version="4.5.2" targetFramework="net461" />
55
<package id="PeterO.Numbers" version="1.8.2" targetFramework="net461" />
66
<package id="PeterO.URIUtility" version="1.0.0" targetFramework="net461" />
7-
<package id="Pubnub" version="6.18.0" targetFramework="net48" />
7+
<package id="Pubnub" version="6.19.7" targetFramework="net48" />
88
<package id="System.Collections" version="4.0.11" targetFramework="net461" />
99
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net48" />
1010
<package id="System.Diagnostics.Debug" version="4.0.11" targetFramework="net461" />

0 commit comments

Comments
 (0)