Skip to content

Commit b7cb706

Browse files
authored
Update 2 NuGet dependencies
***NO_CI***
1 parent aef7654 commit b7cb706

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

nanoFramework.System.Math.Benchmark/nanoFramework.System.Math.Benchmark.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<HintPath>..\packages\nanoFramework.Benchmark.2.0.0-preview.1\lib\netnano1.0\nanoFramework.Benchmark.dll</HintPath>
4040
</Reference>
4141
<Reference Include="nanoFramework.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
42-
<HintPath>..\packages\nanoFramework.Logging.2.0.0-preview.21\lib\netnano1.0\nanoFramework.Logging.dll</HintPath>
42+
<HintPath>..\packages\nanoFramework.Logging.2.0.0-preview.24\lib\netnano1.0\nanoFramework.Logging.dll</HintPath>
4343
</Reference>
4444
<Reference Include="nanoFramework.Runtime.Native, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4545
<HintPath>..\packages\nanoFramework.Runtime.Native.2.0.0-preview.24\lib\netnano1.0\nanoFramework.Runtime.Native.dll</HintPath>
@@ -51,7 +51,7 @@
5151
<HintPath>..\packages\nanoFramework.System.Text.2.0.0-preview.18\lib\netnano1.0\nanoFramework.System.Text.dll</HintPath>
5252
</Reference>
5353
<Reference Include="System.Diagnostics.Stopwatch, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
54-
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.2.0.0-preview.59\lib\System.Diagnostics.Stopwatch.dll</HintPath>
54+
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.2.0.0-preview.77\lib\netnano1.0\System.Diagnostics.Stopwatch.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>

nanoFramework.System.Math.Benchmark/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<packages>
33
<package id="nanoFramework.Benchmark" version="2.0.0-preview.1" targetFramework="netnano1.0" />
44
<package id="nanoFramework.CoreLibrary" version="2.0.0-preview.52" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Logging" version="2.0.0-preview.21" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Logging" version="2.0.0-preview.24" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Native" version="2.0.0-preview.24" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Collections" version="2.0.0-preview.14" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="2.0.0-preview.59" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="2.0.0-preview.77" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Text" version="2.0.0-preview.18" targetFramework="netnano1.0" />
1010
</packages>

nanoFramework.System.Math.Benchmark/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"nanoFramework.Logging": {
1818
"type": "Direct",
19-
"requested": "[2.0.0-preview.21, 2.0.0-preview.21]",
20-
"resolved": "2.0.0-preview.21",
21-
"contentHash": "nu+9/LCoFTkYbEg+fo3qIIlOk6Tli89klhH8MAPi0++jj/ycTNmPVhAPhfwaKx5xCskxs+4v4xiheIxAaOaFmw=="
19+
"requested": "[2.0.0-preview.24, 2.0.0-preview.24]",
20+
"resolved": "2.0.0-preview.24",
21+
"contentHash": "FVcYj9ttODjgvEYE/a3g4NvJ5s9BmgaSCowaqqAgrtKSU5p2RB1SkskP9KJFgyXug71a3Q/uaDgwO8EuaR1MfA=="
2222
},
2323
"nanoFramework.Runtime.Native": {
2424
"type": "Direct",
@@ -34,9 +34,9 @@
3434
},
3535
"nanoFramework.System.Diagnostics.Stopwatch": {
3636
"type": "Direct",
37-
"requested": "[2.0.0-preview.59, 2.0.0-preview.59]",
38-
"resolved": "2.0.0-preview.59",
39-
"contentHash": "RpDGPX47vWk9BUuvxdOL34T7O5OHb4q8CGZUwuMmxy3UovcTyJOd6kUyr7oMuwyVsZE0L47Z+ELz/y1wGMw0lw=="
37+
"requested": "[2.0.0-preview.77, 2.0.0-preview.77]",
38+
"resolved": "2.0.0-preview.77",
39+
"contentHash": "sMsVTMdO6sd5ZefuaL58AgbHM/n3WKargfErwIS67kNSMsX7o/8BNpdZbJBtEJHfUaaBNjfuPSlBgSOcADefOQ=="
4040
},
4141
"nanoFramework.System.Text": {
4242
"type": "Direct",

0 commit comments

Comments
 (0)