|
26 | 26 | <Compile Include="StringBenchmark.cs" /> |
27 | 27 | </ItemGroup> |
28 | 28 | <ItemGroup> |
29 | | - <Reference Include="mscorlib"> |
30 | | - <HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath> |
| 29 | + <Reference Include="mscorlib, Version=1.14.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 30 | + <HintPath>..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath> |
| 31 | + <Private>True</Private> |
31 | 32 | </Reference> |
32 | | - <Reference Include="nanoFramework.Benchmark, Version=1.0.39.42685, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
33 | | - <HintPath>..\packages\nanoFramework.Benchmark.1.0.39\lib\nanoFramework.Benchmark.dll</HintPath> |
| 33 | + <Reference Include="nanoFramework.Benchmark, Version=1.0.43.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 34 | + <HintPath>..\packages\nanoFramework.Benchmark.1.0.43\lib\nanoFramework.Benchmark.dll</HintPath> |
34 | 35 | <Private>True</Private> |
35 | 36 | </Reference> |
36 | 37 | <Reference Include="nanoFramework.Logging, Version=1.1.47.7077, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
37 | 38 | <HintPath>..\packages\nanoFramework.Logging.1.1.47\lib\nanoFramework.Logging.dll</HintPath> |
38 | 39 | <Private>True</Private> |
39 | 40 | </Reference> |
40 | | - <Reference Include="nanoFramework.Runtime.Native"> |
41 | | - <HintPath>..\packages\nanoFramework.Runtime.Native.1.5.4\lib\nanoFramework.Runtime.Native.dll</HintPath> |
| 41 | + <Reference Include="nanoFramework.Runtime.Native, Version=1.6.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 42 | + <HintPath>..\packages\nanoFramework.Runtime.Native.1.6.6\lib\nanoFramework.Runtime.Native.dll</HintPath> |
| 43 | + <Private>True</Private> |
42 | 44 | </Reference> |
43 | | - <Reference Include="nanoFramework.System.Collections"> |
44 | | - <HintPath>..\packages\nanoFramework.System.Collections.1.4.0\lib\nanoFramework.System.Collections.dll</HintPath> |
| 45 | + <Reference Include="nanoFramework.System.Collections, Version=1.5.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 46 | + <HintPath>..\packages\nanoFramework.System.Collections.1.5.18\lib\nanoFramework.System.Collections.dll</HintPath> |
| 47 | + <Private>True</Private> |
45 | 48 | </Reference> |
46 | 49 | <Reference Include="nanoFramework.System.Text, Version=1.2.22.3995, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
47 | 50 | <HintPath>..\packages\nanoFramework.System.Text.1.2.22\lib\nanoFramework.System.Text.dll</HintPath> |
48 | 51 | <Private>True</Private> |
49 | 52 | </Reference> |
50 | 53 | <Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
51 | | - <HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.158\lib\System.Diagnostics.Stopwatch.dll</HintPath> |
| 54 | + <HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.195\lib\System.Diagnostics.Stopwatch.dll</HintPath> |
52 | 55 | <Private>True</Private> |
53 | 56 | </Reference> |
54 | 57 | </ItemGroup> |
|
0 commit comments