|
7 | 7 | <SignAssembly>true</SignAssembly> |
8 | 8 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
9 | 9 | </PropertyGroup> |
10 | | - <ItemGroup> |
11 | | - <Compile Include="..\SshNet.Security.Cryptography.Shared\**\*.cs" /> |
| 10 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' "> |
| 11 | + <PackageReference Include="System.IO" Version="4.3.0" /> |
12 | 12 | </ItemGroup> |
13 | | - <ItemGroup> |
14 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HashAlgorithm.cs" /> |
15 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HashProviderBase.cs" /> |
16 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HMAC.cs" /> |
17 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HMACMD5.cs" /> |
18 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HMACRIPEMD160.cs" /> |
19 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HMACSHA1.cs" /> |
20 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HMACSHA256.cs" /> |
21 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HMACSHA384.cs" /> |
22 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\HMACSHA512.cs" /> |
23 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\IHashProvider.cs" /> |
24 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\KeyedHashAlgorithm.cs" /> |
25 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\MD5.cs" /> |
26 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\MD5HashProvider.cs" /> |
27 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\Properties\CommonAssemblyInfo.cs" /> |
28 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\RIPEMD160.cs" /> |
29 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\RIPEMD160HashProvider.cs" /> |
30 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA1.cs" /> |
31 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA1HashProvider.cs" /> |
32 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA256.cs" /> |
33 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA256HashProvider.cs" /> |
34 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA2HashProviderBase.cs" /> |
35 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA384.cs" /> |
36 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA384HashProvider.cs" /> |
37 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA512.cs" /> |
38 | | - <Compile Remove="..\SshNet.Security.Cryptography.Shared\SHA512HashProvider.cs" /> |
| 13 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
| 14 | + <PackageReference Include="System.IO" Version="4.3.0" /> |
| 15 | + <PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" /> |
39 | 16 | </ItemGroup> |
40 | 17 | <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' "> |
41 | 18 | <DefineConstants>$(DefineConstants);FEATURE_CRYPTO_HASHALGORITHM</DefineConstants> |
|
0 commit comments