Skip to content

Commit e187826

Browse files
author
Cory Thompson
committed
Less strict dependencies.
1 parent 8bd0c9d commit e187826

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

build/package/WebPush.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<tags>web push notifications vapid</tags>
1414
<dependencies>
1515
<dependency id="BouncyCastle" version="1.8.1"/>
16-
<dependency id="Newtonsoft.Json" version="9.0.1"/>
17-
<dependency id="Security.Cryptography" version="1.7.2"/>
16+
<dependency id="Newtonsoft.Json" version="6.0.1"/>
1817
</dependencies>
1918
</metadata>
2019
</package>

src/WebPush.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,8 @@
3434
<HintPath>..\packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
37-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
39-
<Private>True</Private>
40-
</Reference>
41-
<Reference Include="Security.Cryptography, Version=1.7.1.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Security.Cryptography.1.7.2\lib\net35\Security.Cryptography.dll</HintPath>
37+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4339
<Private>True</Private>
4440
</Reference>
4541
<Reference Include="System" />

src/packages.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="BouncyCastle" version="1.8.1" targetFramework="net452" />
4-
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
5-
<package id="Security.Cryptography" version="1.7.2" targetFramework="net452" />
4+
<package id="Newtonsoft.Json" version="6.0.1" targetFramework="net452" />
65
</packages>

0 commit comments

Comments
 (0)