Skip to content

Commit 342751b

Browse files
authored
Update 2 NuGet dependencies
***NO_CI***
1 parent 5b1746e commit 342751b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

nanoFramework.System.Text.RegularExpression.Benchmark/nanoFramework.System.Text.RegularExpression.Benchmark.nfproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<Reference Include="nanoFramework.Benchmark, Version=1.0.104.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3939
<HintPath>..\packages\nanoFramework.Benchmark.1.0.104\lib\nanoFramework.Benchmark.dll</HintPath>
4040
</Reference>
41-
<Reference Include="nanoFramework.Logging, Version=1.1.147.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
42-
<HintPath>..\packages\nanoFramework.Logging.1.1.147\lib\nanoFramework.Logging.dll</HintPath>
41+
<Reference Include="nanoFramework.Logging, Version=1.1.150.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
42+
<HintPath>..\packages\nanoFramework.Logging.1.1.150\lib\nanoFramework.Logging.dll</HintPath>
4343
</Reference>
4444
<Reference Include="nanoFramework.Runtime.Native, Version=1.7.10.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4545
<HintPath>..\packages\nanoFramework.Runtime.Native.1.7.10\lib\nanoFramework.Runtime.Native.dll</HintPath>
@@ -51,7 +51,7 @@
5151
<HintPath>..\packages\nanoFramework.System.Text.1.3.36\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.815\lib\System.Diagnostics.Stopwatch.dll</HintPath>
54+
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.848\lib\System.Diagnostics.Stopwatch.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>

nanoFramework.System.Text.RegularExpression.Benchmark/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<packages>
33
<package id="nanoFramework.Benchmark" version="1.0.104" targetFramework="netnano1.0" />
44
<package id="nanoFramework.CoreLibrary" version="1.17.7" targetFramework="netnano1.0" />
5-
<package id="nanoFramework.Logging" version="1.1.147" targetFramework="netnano1.0" />
5+
<package id="nanoFramework.Logging" version="1.1.150" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Native" version="1.7.10" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Collections" version="1.5.63" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.815" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.848" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Text" version="1.3.36" targetFramework="netnano1.0" />
1010
</packages>

nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"nanoFramework.Logging": {
1818
"type": "Direct",
19-
"requested": "[1.1.147, 1.1.147]",
20-
"resolved": "1.1.147",
21-
"contentHash": "fFWVO1Dxvfua9gttxh9As6JE3b8vLY9xNmwIMu1ImsDnzKjlnfh+5JybHrVIqQY5+dEqnM11UroCDyYNVE7uAQ=="
19+
"requested": "[1.1.150, 1.1.150]",
20+
"resolved": "1.1.150",
21+
"contentHash": "dM6tsilYHI2bghQ5uEPlqX8kqivBcbcn5z/zKZxsj+vMtnk8afoftLCj67DpHiWHITSumgs4RHNYLG1Y5qxbTg=="
2222
},
2323
"nanoFramework.Runtime.Native": {
2424
"type": "Direct",
@@ -34,9 +34,9 @@
3434
},
3535
"nanoFramework.System.Diagnostics.Stopwatch": {
3636
"type": "Direct",
37-
"requested": "[1.2.815, 1.2.815]",
38-
"resolved": "1.2.815",
39-
"contentHash": "tzJyaSZZ6qrO6lVuo6XwZ8gao57IK3tsVoBlYFNGvTqwsn6CQQzGMBw4GkFbJv71ldFlwh0mGMic2fDvYDZRjA=="
37+
"requested": "[1.2.848, 1.2.848]",
38+
"resolved": "1.2.848",
39+
"contentHash": "fRJ5pr54Ql2MeuNggPZF/7umJC50Tf5R5192lJDLZQec3Y+3vVJ3XMSEat67bbfSzFnIQKU6v0EWW3GY1iUstQ=="
4040
},
4141
"nanoFramework.System.Text": {
4242
"type": "Direct",

0 commit comments

Comments
 (0)