Skip to content

Commit 2ec58db

Browse files
BouncyCastle version bump
1 parent 0d597c1 commit 2ec58db

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

SampleConsoleApplication/SendSafelyConsoleApplication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
40-
<HintPath>packages\BouncyCastle.Cryptography.2.3.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
40+
<HintPath>..\packages\BouncyCastle.Cryptography.2.4.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
4141
</Reference>
4242
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4343
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
4444
</Reference>
4545
<Reference Include="SendsafelyAPI, Version=3.0.9.0, Culture=neutral, processorArchitecture=MSIL">
46-
<SpecificVersion>False</SpecificVersion>
4746
<HintPath>..\SendsafelyAPI\packages\SendsafelyAPI.dll</HintPath>
47+
<SpecificVersion>False</SpecificVersion>
4848
</Reference>
4949
<Reference Include="System" />
5050
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="BouncyCastle.Cryptography" version="2.3.0" targetFramework="net462" />
3+
<package id="BouncyCastle.Cryptography" version="2.4.0" targetFramework="net462" />
44
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net462" />
55
</packages>

SendsafelyAPI/SendsafelyAPI.csproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
<Prefer32Bit>false</Prefer32Bit>
4040
</PropertyGroup>
4141
<ItemGroup>
42-
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938">
43-
<HintPath>..\packages\BouncyCastle.Cryptography.2.3.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
44-
<Private>True</Private>
42+
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
43+
<HintPath>..\packages\BouncyCastle.Cryptography.2.4.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
4544
</Reference>
4645
<Reference Include="Microsoft.CSharp" />
4746
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
@@ -182,15 +181,17 @@
182181
<Compile Include="Utilities\StartupUtility.cs" />
183182
</ItemGroup>
184183
<ItemGroup>
185-
<Folder Include="dll\" />
186-
<Folder Include="Enums\" />
187-
<Content Include="LICENSE.txt">
188-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
184+
<Content Include="LICENSE.txt">
185+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
189186
</Content>
190187
</ItemGroup>
191188
<ItemGroup>
192189
<None Include="packages.config" />
193190
</ItemGroup>
191+
<ItemGroup>
192+
<Folder Include="dll\" />
193+
<Folder Include="Enums\" />
194+
</ItemGroup>
194195
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
195196
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
196197
Other similar extension points exist, see Microsoft.Common.targets.

SendsafelyAPI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="BouncyCastle.Cryptography" version="2.3.0" targetFramework="net462" />
3+
<package id="BouncyCastle.Cryptography" version="2.4.0" targetFramework="net462" />
44
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net462" />
55
</packages>

0 commit comments

Comments
 (0)