1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" Current" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup Label =" Globals" >
44 <NanoFrameworkProjectSystemPath >$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath >
3838 <Reference Include =" mscorlib" >
3939 <HintPath >..\..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath >
4040 </Reference >
41- <Reference Include =" nanoFramework.TestFramework" >
42- <HintPath >..\..\packages\nanoFramework.TestFramework.2.1.52\lib\nanoFramework.TestFramework.dll</HintPath >
41+ <Reference Include =" nanoFramework.TestFramework, Version=2.1.53.0, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
42+ <HintPath >..\..\packages\nanoFramework.TestFramework.2.1.53\lib\nanoFramework.TestFramework.dll</HintPath >
43+ <Private >True</Private >
4344 </Reference >
44- <Reference Include =" nanoFramework.UnitTestLauncher" >
45- <HintPath >..\..\packages\nanoFramework.TestFramework.2.1.52\lib\nanoFramework.UnitTestLauncher.exe</HintPath >
45+ <Reference Include =" nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
46+ <HintPath >..\..\packages\nanoFramework.TestFramework.2.1.53\lib\nanoFramework.UnitTestLauncher.exe</HintPath >
47+ <Private >True</Private >
4648 </Reference >
4749 </ItemGroup >
4850 <ItemGroup >
5456 <Import Project =" ..\UnitTests.Shared\UnitTests.Shared.projitems" Label =" Shared" />
5557 <Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
5658 <!-- MANUAL UPDATE HERE -->
57- <Import Project =" ..\..\packages\nanoFramework.TestFramework.2.1.52\build\nanoFramework.TestFramework.targets" Condition =" Exists('..\..\packages\nanoFramework.TestFramework.2.1.52\build\nanoFramework.TestFramework.targets')" />
5859 <ProjectExtensions >
5960 <ProjectCapabilities >
6061 <ProjectConfigurationsDeclaredAsItems />
6162 </ProjectCapabilities >
6263 </ProjectExtensions >
64+ <Import Project =" ..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition =" Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
6365 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
6466 <PropertyGroup >
65- <WarningText >Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</ WarningText >
67+ <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 >
6668 </PropertyGroup >
67- <Warning Condition =" !Exists('..\..\packages\nanoFramework.TestFramework.2.1.52 \build\nanoFramework.TestFramework.targets')" Text =" '$(WarningText)' " />
69+ <Error Condition =" !Exists('..\..\packages\nanoFramework.TestFramework.2.1.53 \build\nanoFramework.TestFramework.targets')" Text =" $([System.String]::Format( '$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')) " />
6870 </Target >
6971</Project >
0 commit comments