Skip to content

Commit 48a87ac

Browse files
committed
Update VS 2012 projects to v1.2.0 of our crypto assembly.
1 parent 5354e50 commit 48a87ac

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

src/Renci.SshNet.Silverlight/Renci.SshNet.Silverlight.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@
5757
<ItemGroup>
5858
<Reference Include="Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
5959
<Reference Include="mscorlib" />
60-
<Reference Include="SshNet.Security.Cryptography, Version=1.1.0.0, Culture=neutral, PublicKeyToken=50c6375d29e47192, processorArchitecture=MSIL">
61-
<HintPath>..\..\packages\SshNet.Security.Cryptography.1.1.0\lib\sl4\SshNet.Security.Cryptography.dll</HintPath>
62-
<Private>True</Private>
60+
<Reference Include="SshNet.Security.Cryptography">
61+
<HintPath>..\..\packages\SshNet.Security.Cryptography.1.2.0\lib\sl4\SshNet.Security.Cryptography.dll</HintPath>
6362
</Reference>
6463
<Reference Include="system" />
6564
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="SshNet.Security.Cryptography" version="1.1.0" targetFramework="sl40" />
3+
<package id="SshNet.Security.Cryptography" version="1.2.0" targetFramework="sl40" />
44
</packages>

src/Renci.SshNet.WindowsPhone/Renci.SshNet.WindowsPhone.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
</PropertyGroup>
4646
<ItemGroup>
4747
<Reference Include="Microsoft.Phone" />
48-
<Reference Include="SshNet.Security.Cryptography, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\..\packages\SshNet.Security.Cryptography.1.1.0\lib\wp71\SshNet.Security.Cryptography.dll</HintPath>
50-
<Private>True</Private>
48+
<Reference Include="SshNet.Security.Cryptography, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
49+
<SpecificVersion>False</SpecificVersion>
50+
<HintPath>..\..\packages\SshNet.Security.Cryptography.1.2.0\lib\wp71\SshNet.Security.Cryptography.dll</HintPath>
5151
</Reference>
5252
<Reference Include="system" />
5353
<Reference Include="System.Net" />
@@ -882,7 +882,9 @@
882882
<Compile Include="Session.WP.cs" />
883883
</ItemGroup>
884884
<ItemGroup>
885-
<None Include="packages.config" />
885+
<None Include="packages.config">
886+
<SubType>Designer</SubType>
887+
</None>
886888
</ItemGroup>
887889
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
888890
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="SshNet.Security.Cryptography" version="1.1.0" targetFramework="wp71" />
3+
<package id="SshNet.Security.Cryptography" version="1.2.0" targetFramework="wp71" />
44
</packages>

0 commit comments

Comments
 (0)