21
21
<IsTestProject >true</IsTestProject >
22
22
<TestProjectType >UnitTest</TestProjectType >
23
23
<TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
24
+ <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
25
+ <RestoreLockedMode Condition =" '$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'" >true</RestoreLockedMode >
24
26
</PropertyGroup >
25
27
<Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
26
28
<PropertyGroup >
44
46
<HintPath >..\..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath >
45
47
<Private >True</Private >
46
48
</Reference >
47
- <Reference Include =" nanoFramework.System.Text, Version=1.1.3.13 , Culture=neutral, PublicKeyToken=c07d481e9758c731" >
48
- <HintPath >..\..\packages\nanoFramework.System.Text.1.1.3.13 \lib\nanoFramework.System.Text.dll</HintPath >
49
+ <Reference Include =" nanoFramework.System.Text, Version=1.2.7.60109 , Culture=neutral, PublicKeyToken=c07d481e9758c731" >
50
+ <HintPath >..\..\packages\nanoFramework.System.Text.1.2.7 \lib\nanoFramework.System.Text.dll</HintPath >
49
51
<Private >True</Private >
50
52
</Reference >
51
- <Reference Include =" nanoFramework.TestFramework, Version=1 .0.209 .0, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
52
- <HintPath >..\..\packages\nanoFramework.TestFramework.1 .0.209 \lib\nanoFramework.TestFramework.dll</HintPath >
53
+ <Reference Include =" nanoFramework.TestFramework, Version=2 .0.43 .0, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
54
+ <HintPath >..\..\packages\nanoFramework.TestFramework.2 .0.43 \lib\nanoFramework.TestFramework.dll</HintPath >
53
55
<Private >True</Private >
54
56
</Reference >
55
57
<Reference Include =" nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731" >
56
- <HintPath >..\..\packages\nanoFramework.TestFramework.1 .0.209 \lib\nanoFramework.UnitTestLauncher.exe</HintPath >
58
+ <HintPath >..\..\packages\nanoFramework.TestFramework.2 .0.43 \lib\nanoFramework.UnitTestLauncher.exe</HintPath >
57
59
<Private >True</Private >
58
60
</Reference >
59
- <Reference Include =" System.IO.Streams, Version=1.0.1.1 , Culture=neutral, PublicKeyToken=c07d481e9758c731" >
60
- <HintPath >..\..\packages\nanoFramework.System.IO.Streams.1.0.1.1 \lib\System.IO.Streams.dll</HintPath >
61
+ <Reference Include =" System.IO.Streams, Version=1.1.15.36091 , Culture=neutral, PublicKeyToken=c07d481e9758c731" >
62
+ <HintPath >..\..\packages\nanoFramework.System.IO.Streams.1.1.15 \lib\System.IO.Streams.dll</HintPath >
61
63
<Private >True</Private >
62
64
</Reference >
63
- <Reference Include =" System.Threading, Version=1.0.4.3 , Culture=neutral, PublicKeyToken=c07d481e9758c731" >
64
- <HintPath >..\..\packages\nanoFramework.System.Threading.1.0.4 \lib\System.Threading.dll</HintPath >
65
+ <Reference Include =" System.Threading, Version=1.1.8.6695 , Culture=neutral, PublicKeyToken=c07d481e9758c731" >
66
+ <HintPath >..\..\packages\nanoFramework.System.Threading.1.1.8 \lib\System.Threading.dll</HintPath >
65
67
<Private >True</Private >
66
68
</Reference >
67
69
</ItemGroup >
79
81
<ProjectConfigurationsDeclaredAsItems />
80
82
</ProjectCapabilities >
81
83
</ProjectExtensions >
82
- <Import Project =" ..\..\packages\nanoFramework.TestFramework.1 .0.209 \build\nanoFramework.TestFramework.targets" Condition =" Exists('..\..\packages\nanoFramework.TestFramework.1 .0.209 \build\nanoFramework.TestFramework.targets')" />
84
+ <Import Project =" ..\..\packages\nanoFramework.TestFramework.2 .0.43 \build\nanoFramework.TestFramework.targets" Condition =" Exists('..\..\packages\nanoFramework.TestFramework.2 .0.43 \build\nanoFramework.TestFramework.targets')" />
83
85
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
84
86
<PropertyGroup >
85
87
<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 >
86
88
</PropertyGroup >
87
- <Error Condition =" !Exists('..\..\packages\nanoFramework.TestFramework.1 .0.209 \build\nanoFramework.TestFramework.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1 .0.209 \build\nanoFramework.TestFramework.targets'))" />
89
+ <Error Condition =" !Exists('..\..\packages\nanoFramework.TestFramework.2 .0.43 \build\nanoFramework.TestFramework.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.2 .0.43 \build\nanoFramework.TestFramework.targets'))" />
88
90
</Target >
89
91
</Project >
0 commit comments