|
11 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder> |
12 | 12 | <RootNamespace>SendSafely</RootNamespace> |
13 | 13 | <AssemblyName>SendsafelyAPI</AssemblyName> |
14 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
15 | 15 | <FileAlignment>512</FileAlignment> |
16 | 16 | <TargetFrameworkProfile /> |
17 | 17 | </PropertyGroup> |
|
20 | 20 | <DebugType>full</DebugType> |
21 | 21 | <Optimize>false</Optimize> |
22 | 22 | <OutputPath>bin\Debug\</OutputPath> |
| 23 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
23 | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 25 | <ErrorReport>prompt</ErrorReport> |
25 | 26 | <WarningLevel>4</WarningLevel> |
|
30 | 31 | <DebugType>pdbonly</DebugType> |
31 | 32 | <Optimize>true</Optimize> |
32 | 33 | <OutputPath>bin\Release\</OutputPath> |
| 34 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
33 | 35 | <DefineConstants>TRACE</DefineConstants> |
34 | 36 | <ErrorReport>prompt</ErrorReport> |
35 | 37 | <WarningLevel>4</WarningLevel> |
36 | 38 | <DocumentationFile>bin\Release\SendsafelyAPI.XML</DocumentationFile> |
37 | 39 | <Prefer32Bit>false</Prefer32Bit> |
38 | 40 | </PropertyGroup> |
39 | 41 | <ItemGroup> |
40 | | - <Reference Include="BouncyCastle.Crypto"> |
41 | | - <HintPath>ThirdParty\BouncyCastle.Crypto.dll</HintPath> |
| 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 | 45 | </Reference> |
43 | 46 | <Reference Include="Microsoft.CSharp" /> |
44 | | - <Reference Include="Newtonsoft.Json"> |
45 | | - <HintPath>ThirdParty\Newtonsoft.Json.dll</HintPath> |
| 47 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
| 48 | + <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 49 | + <Private>True</Private> |
46 | 50 | </Reference> |
47 | 51 | <Reference Include="System" /> |
48 | 52 | <Reference Include="System.configuration" /> |
|
180 | 184 | <ItemGroup> |
181 | 185 | <Folder Include="dll\" /> |
182 | 186 | <Folder Include="Enums\" /> |
183 | | - <Content Include="LICENSE.txt"> |
| 187 | + <Content Include="LICENSE.txt"> |
184 | 188 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
185 | 189 | </Content> |
186 | 190 | </ItemGroup> |
| 191 | + <ItemGroup> |
| 192 | + <None Include="packages.config" /> |
| 193 | + </ItemGroup> |
187 | 194 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
188 | 195 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
189 | 196 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments