|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
7 | 7 | <OutputType>Library</OutputType> |
8 | 8 | <RootNamespace>OneScript.InternetMail</RootNamespace> |
9 | 9 | <AssemblyName>MailComponent</AssemblyName> |
10 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 10 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
11 | 11 | </PropertyGroup> |
12 | 12 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
13 | 13 | <DebugSymbols>true</DebugSymbols> |
|
30 | 30 | <ConsolePause>false</ConsolePause> |
31 | 31 | </PropertyGroup> |
32 | 32 | <ItemGroup> |
| 33 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
| 34 | + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 35 | + </Reference> |
| 36 | + <Reference Include="ScriptEngine, Version=1.0.19.104, Culture=neutral, PublicKeyToken=null"> |
| 37 | + <HintPath>..\packages\OneScript.1.0.19\lib\net452\ScriptEngine.dll</HintPath> |
| 38 | + </Reference> |
| 39 | + <Reference Include="ScriptEngine.HostedScript, Version=1.0.19.104, Culture=neutral, PublicKeyToken=null"> |
| 40 | + <HintPath>..\packages\OneScript.StandardLibrary.1.0.19\lib\net452\ScriptEngine.HostedScript.dll</HintPath> |
| 41 | + </Reference> |
33 | 42 | <Reference Include="System" /> |
34 | 43 | <Reference Include="DotNetZip"> |
35 | 44 | <HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath> |
|
43 | 52 | <Reference Include="MimeKit"> |
44 | 53 | <HintPath>..\packages\MimeKit.1.10.0\lib\net45\MimeKit.dll</HintPath> |
45 | 54 | </Reference> |
46 | | - <Reference Include="Newtonsoft.Json"> |
47 | | - <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
48 | | - </Reference> |
49 | | - <Reference Include="ScriptEngine.HostedScript"> |
50 | | - <HintPath>..\packages\OneScript.StandardLibrary.1.0.15\lib\net40\ScriptEngine.HostedScript.dll</HintPath> |
51 | | - </Reference> |
52 | | - <Reference Include="ScriptEngine"> |
53 | | - <HintPath>..\packages\OneScript.1.0.15\lib\net40\ScriptEngine.dll</HintPath> |
54 | | - </Reference> |
55 | 55 | <Reference Include="MailKit"> |
56 | 56 | <HintPath>..\packages\MailKit.1.10.1\lib\net45\MailKit.dll</HintPath> |
57 | 57 | </Reference> |
|
0 commit comments