|
36 | 36 | <None Include="packages.config" /> |
37 | 37 | </ItemGroup> |
38 | 38 | <ItemGroup> |
39 | | - <Reference Include="mscorlib"> |
40 | | - <HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0-preview.5\lib\mscorlib.dll</HintPath> |
| 39 | + <Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 40 | + <HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0-preview.9\lib\mscorlib.dll</HintPath> |
| 41 | + <Private>True</Private> |
41 | 42 | </Reference> |
42 | | - <Reference Include="nanoFramework.Runtime.Events"> |
43 | | - <HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0-preview.6\lib\nanoFramework.Runtime.Events.dll</HintPath> |
| 43 | + <Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 44 | + <HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0-preview.8\lib\nanoFramework.Runtime.Events.dll</HintPath> |
| 45 | + <Private>True</Private> |
44 | 46 | </Reference> |
45 | | - <Reference Include="nanoFramework.System.Text"> |
46 | | - <HintPath>..\packages\nanoFramework.System.Text.1.1.3-preview.13\lib\nanoFramework.System.Text.dll</HintPath> |
| 47 | + <Reference Include="nanoFramework.System.Text, Version=1.1.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 48 | + <HintPath>..\packages\nanoFramework.System.Text.1.1.3-preview.15\lib\nanoFramework.System.Text.dll</HintPath> |
| 49 | + <Private>True</Private> |
47 | 50 | </Reference> |
48 | | - <Reference Include="System.Net"> |
49 | | - <HintPath>..\packages\nanoFramework.System.Net.1.8.0-preview.26\lib\System.Net.dll</HintPath> |
| 51 | + <Reference Include="System.IO.Streams, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 52 | + <HintPath>..\packages\nanoFramework.System.IO.Streams.1.0.0-preview.12\lib\System.IO.Streams.dll</HintPath> |
| 53 | + <Private>True</Private> |
50 | 54 | </Reference> |
51 | | - <Reference Include="System.Threading"> |
52 | | - <HintPath>..\packages\nanoFramework.System.Threading.1.0.4-preview.14\lib\System.Threading.dll</HintPath> |
| 55 | + <Reference Include="System.Net, Version=1.8.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 56 | + <HintPath>..\packages\nanoFramework.System.Net.1.8.0-preview.29\lib\System.Net.dll</HintPath> |
| 57 | + <Private>True</Private> |
| 58 | + </Reference> |
| 59 | + <Reference Include="System.Threading, Version=1.0.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 60 | + <HintPath>..\packages\nanoFramework.System.Threading.1.0.4-preview.16\lib\System.Threading.dll</HintPath> |
| 61 | + <Private>True</Private> |
53 | 62 | </Reference> |
54 | 63 | </ItemGroup> |
55 | 64 | <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" /> |
|
0 commit comments