|
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> |
|
32 | 34 | <ItemGroup> |
33 | 35 | <None Include="nano.runsettings" /> |
34 | 36 | <None Include="packages.config" /> |
| 37 | + <None Include="packages.lock.json" /> |
35 | 38 | </ItemGroup> |
36 | 39 | <ItemGroup> |
37 | 40 | <ProjectReference Include="..\nanoFramework.MessagePack\nanoFramework.MessagePack.nfproj" /> |
|
46 | 49 | <Reference Include="nanoFramework.System.Text, Version=1.3.42.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
47 | 50 | <HintPath>..\packages\nanoFramework.System.Text.1.3.42\lib\nanoFramework.System.Text.dll</HintPath> |
48 | 51 | </Reference> |
49 | | - <Reference Include="nanoFramework.TestFramework, Version=3.0.77.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 52 | + <Reference Include="nanoFramework.TestFramework"> |
50 | 53 | <HintPath>..\packages\nanoFramework.TestFramework.3.0.77\lib\nanoFramework.TestFramework.dll</HintPath> |
51 | 54 | </Reference> |
52 | | - <Reference Include="nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 55 | + <Reference Include="nanoFramework.UnitTestLauncher"> |
53 | 56 | <HintPath>..\packages\nanoFramework.TestFramework.3.0.77\lib\nanoFramework.UnitTestLauncher.exe</HintPath> |
54 | 57 | </Reference> |
55 | 58 | <Reference Include="System.IO.Streams, Version=1.1.94.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
|
0 commit comments