Skip to content

Commit 7b03509

Browse files
authored
Update 2 NuGet dependencies
***NO_CI***
1 parent 5e3d193 commit 7b03509

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3636
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
3737
</Reference>
38-
<Reference Include="nanoFramework.Benchmark, Version=1.0.78.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39-
<HintPath>..\packages\nanoFramework.Benchmark.1.0.78\lib\nanoFramework.Benchmark.dll</HintPath>
38+
<Reference Include="nanoFramework.Benchmark, Version=1.0.80.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39+
<HintPath>..\packages\nanoFramework.Benchmark.1.0.80\lib\nanoFramework.Benchmark.dll</HintPath>
4040
</Reference>
4141
<Reference Include="nanoFramework.Logging, Version=1.1.113.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4242
<HintPath>..\packages\nanoFramework.Logging.1.1.113\lib\nanoFramework.Logging.dll</HintPath>
@@ -51,7 +51,7 @@
5151
<HintPath>..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>
5252
</Reference>
5353
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
54-
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.660\lib\System.Diagnostics.Stopwatch.dll</HintPath>
54+
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.670\lib\System.Diagnostics.Stopwatch.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.Benchmark" version="1.0.78" targetFramework="netnano1.0" />
3+
<package id="nanoFramework.Benchmark" version="1.0.80" targetFramework="netnano1.0" />
44
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Logging" version="1.1.113" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Native" version="1.7.1" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Collections" version="1.5.45" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.660" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.670" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Text" version="1.2.54" 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
@@ -4,9 +4,9 @@
44
".NETnanoFramework,Version=v1.0": {
55
"nanoFramework.Benchmark": {
66
"type": "Direct",
7-
"requested": "[1.0.78, 1.0.78]",
8-
"resolved": "1.0.78",
9-
"contentHash": "73Hh26jDPow0A0RV+ViRPGXigLuKL4HvECkywj+naNRcSA2oK9qvvr8bDLeb5pkGoiJ+mZ/i2icZ05oty69BoA=="
7+
"requested": "[1.0.80, 1.0.80]",
8+
"resolved": "1.0.80",
9+
"contentHash": "2aSEfktojZuG0Zs1b1tox3/h8xbmn9ON1SsKHV3rYlI9pjIc0ELveD6NCDyMZh3yBYtF1MqZZJGVLESqP6aYTQ=="
1010
},
1111
"nanoFramework.CoreLibrary": {
1212
"type": "Direct",
@@ -34,9 +34,9 @@
3434
},
3535
"nanoFramework.System.Diagnostics.Stopwatch": {
3636
"type": "Direct",
37-
"requested": "[1.2.660, 1.2.660]",
38-
"resolved": "1.2.660",
39-
"contentHash": "ScGIMJcQ7E8+xhuR0Svt6+k2mjb7+WyDBXR8DmmRwSF0w1ugK6IPqlbxfvDzOklZtxqexdugp/mrC1sZ6UNRzA=="
37+
"requested": "[1.2.670, 1.2.670]",
38+
"resolved": "1.2.670",
39+
"contentHash": "4ricLROKKGRjoePNDNYptJqaoFy9FfYpS3QQrDxdBx5PjmMd5BRN6WqZTmlj1xi0TgN2YGmbG76tA+PhYCPZ6g=="
4040
},
4141
"nanoFramework.System.Text": {
4242
"type": "Direct",

0 commit comments

Comments
 (0)