Skip to content

Commit

Permalink
fix vulnerability alert: example code #199
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Jun 12, 2024
1 parent 045ba56 commit 47c136b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
<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.3.0.0, Culture=neutral, PublicKeyToken=dc66f52ce6619f44, processorArchitecture=MSIL">
<HintPath>..\..\packages\Pubnub.6.3.0\lib\net45\Pubnub.dll</HintPath>
<Reference Include="Pubnub, Version=6.20.1.0, Culture=neutral, PublicKeyToken=dc66f52ce6619f44">
<HintPath>..\..\packages\Pubnub.6.20.1\lib\net45\Pubnub.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
3 changes: 2 additions & 1 deletion src/Examples/PubnubApi.WinFormExample/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<package id="PeterO.Cbor" version="4.5.2" targetFramework="net46" />
<package id="PeterO.Numbers" version="1.8.2" targetFramework="net46" />
<package id="PeterO.URIUtility" version="1.0.0" targetFramework="net46" />
<package id="Pubnub" version="6.3.0" targetFramework="net46" />
<package id="Pubnub" version="6.20.1" targetFramework="net46" />
<package id="System.Collections" version="4.3.0" targetFramework="net46" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net46" />
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net46" />
<package id="System.Globalization" version="4.3.0" targetFramework="net46" />
<package id="System.IO" version="4.3.0" targetFramework="net46" />
Expand Down

0 comments on commit 47c136b

Please sign in to comment.