|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup Label="Globals"> |
4 | 4 | <NanoFrameworkProjectSystemPath>$(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath> |
|
40 | 40 | </ItemGroup> |
41 | 41 | <ItemGroup> |
42 | 42 | <Reference Include="mscorlib, Version=1.10.5.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
43 | | - <HintPath>..\..\packages\nanoFramework.CoreLibrary.1.10.5-preview.10\lib\mscorlib.dll</HintPath> |
| 43 | + <HintPath>..\..\packages\nanoFramework.CoreLibrary.1.10.5-preview.13\lib\mscorlib.dll</HintPath> |
44 | 44 | <Private>True</Private> |
45 | 45 | </Reference> |
46 | 46 | <Reference Include="nanoFramework.Hardware.Esp32, Version=1.3.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
|
59 | 59 | <HintPath>..\..\packages\nanoFramework.System.Text.1.1.1-preview.59\lib\nanoFramework.System.Text.dll</HintPath> |
60 | 60 | <Private>True</Private> |
61 | 61 | </Reference> |
62 | | - <Reference Include="nanoFramework.TestFramework, Version=1.0.127.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
63 | | - <HintPath>..\..\packages\nanoFramework.TestFramework.1.0.127\lib\nanoFramework.TestFramework.dll</HintPath> |
| 62 | + <Reference Include="nanoFramework.TestFramework, Version=1.0.132.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 63 | + <HintPath>..\..\packages\nanoFramework.TestFramework.1.0.132\lib\nanoFramework.TestFramework.dll</HintPath> |
64 | 64 | <Private>True</Private> |
65 | 65 | </Reference> |
66 | 66 | <Reference Include="nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
67 | | - <HintPath>..\..\packages\nanoFramework.TestFramework.1.0.127\lib\nanoFramework.UnitTestLauncher.exe</HintPath> |
| 67 | + <HintPath>..\..\packages\nanoFramework.TestFramework.1.0.132\lib\nanoFramework.UnitTestLauncher.exe</HintPath> |
68 | 68 | <Private>True</Private> |
69 | 69 | </Reference> |
70 | 70 | <Reference Include="System.IO.FileSystem, Version=1.0.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
71 | 71 | <HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.0.1-preview.24\lib\System.IO.FileSystem.dll</HintPath> |
72 | 72 | <Private>True</Private> |
73 | 73 | </Reference> |
74 | 74 | <Reference Include="System.IO.Ports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
75 | | - <HintPath>..\..\packages\nanoFramework.System.IO.Ports.1.0.0-preview.31\lib\System.IO.Ports.dll</HintPath> |
| 75 | + <HintPath>..\..\packages\nanoFramework.System.IO.Ports.1.0.0-preview.33\lib\System.IO.Ports.dll</HintPath> |
76 | 76 | <Private>True</Private> |
77 | 77 | </Reference> |
78 | 78 | </ItemGroup> |
|
92 | 92 | <ProjectConfigurationsDeclaredAsItems /> |
93 | 93 | </ProjectCapabilities> |
94 | 94 | </ProjectExtensions> |
95 | | - <Import Project="..\..\packages\nanoFramework.TestFramework.1.0.127\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.1.0.127\build\nanoFramework.TestFramework.targets')" /> |
| 95 | + <Import Project="..\..\packages\nanoFramework.TestFramework.1.0.132\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.1.0.132\build\nanoFramework.TestFramework.targets')" /> |
96 | 96 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
97 | 97 | <PropertyGroup> |
98 | 98 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText> |
99 | 99 | </PropertyGroup> |
100 | | - <Error Condition="!Exists('..\..\packages\nanoFramework.TestFramework.1.0.127\build\nanoFramework.TestFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1.0.127\build\nanoFramework.TestFramework.targets'))" /> |
| 100 | + <Error Condition="!Exists('..\..\packages\nanoFramework.TestFramework.1.0.132\build\nanoFramework.TestFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1.0.132\build\nanoFramework.TestFramework.targets'))" /> |
101 | 101 | </Target> |
102 | 102 | </Project> |
0 commit comments