|
30 | 30 | <Compile Include="StringBuilderTests.cs" /> |
31 | 31 | </ItemGroup> |
32 | 32 | <ItemGroup> |
33 | | - <Reference Include="mscorlib, Version=1.17.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
34 | | - <HintPath>..\..\packages\nanoFramework.CoreLibrary.1.17.11\lib\mscorlib.dll</HintPath> |
35 | | - </Reference> |
36 | | - <Reference Include="nanoFramework.TestFramework, Version=3.0.77.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
37 | | - <HintPath>..\..\packages\nanoFramework.TestFramework.3.0.77\lib\nanoFramework.TestFramework.dll</HintPath> |
38 | | - </Reference> |
39 | | - <Reference Include="nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
40 | | - <HintPath>..\..\packages\nanoFramework.TestFramework.3.0.77\lib\nanoFramework.UnitTestLauncher.exe</HintPath> |
41 | | - </Reference> |
| 33 | + <Content Include="packages.lock.json" /> |
42 | 34 | </ItemGroup> |
43 | 35 | <ItemGroup> |
44 | | - <None Include="packages.config" /> |
| 36 | + <ProjectReference Include="..\..\nanoFramework.System.Text\nanoFramework.System.Text.nfproj" /> |
45 | 37 | </ItemGroup> |
46 | 38 | <ItemGroup> |
47 | | - <Content Include="packages.lock.json" /> |
| 39 | + <Reference Include="mscorlib"> |
| 40 | + <HintPath>..\..\packages\nanoFramework.CoreLibrary.2.0.0-preview.29\lib\netnano1.0\mscorlib.dll</HintPath> |
| 41 | + </Reference> |
| 42 | + <Reference Include="nanoFramework.TestFramework"> |
| 43 | + <HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.45\lib\nanoFramework.TestFramework.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="nanoFramework.UnitTestLauncher"> |
| 46 | + <HintPath>..\..\packages\nanoFramework.TestFramework.4.0.0-preview.45\lib\nanoFramework.UnitTestLauncher.exe</HintPath> |
| 47 | + </Reference> |
48 | 48 | </ItemGroup> |
49 | 49 | <ItemGroup> |
50 | | - <ProjectReference Include="..\..\nanoFramework.System.Text\nanoFramework.System.Text.nfproj" /> |
| 50 | + <None Include="packages.config" /> |
51 | 51 | </ItemGroup> |
52 | 52 | <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" /> |
53 | 53 | <!-- MANUAL UPDATE HERE --> |
|
0 commit comments