Skip to content

Commit fd4645e

Browse files
committed
Fix .NET 4.5 project to target .NET 4.5 instead of 4.6.
1 parent 71ebd6c commit fd4645e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/SshNet.Security.Cryptography.NET45/SshNet.Security.Cryptography.NET45.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>SshNet.Security.Cryptography</RootNamespace>
1111
<AssemblyName>SshNet.Security.Cryptography</AssemblyName>
12-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)