Skip to content

Commit bd6e35e

Browse files
authored
Update 2 NuGet dependencies
***NO_CI***
1 parent 3d83343 commit bd6e35e

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
<HintPath>..\packages\nanoFramework.Logging.1.1.161\lib\nanoFramework.Logging.dll</HintPath>
4343
</Reference>
4444
<Reference Include="nanoFramework.Runtime.Native, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45-
<HintPath>..\packages\nanoFramework.Runtime.Native.2.0.0-preview.18\lib\nanoFramework.Runtime.Native.dll</HintPath>
45+
<HintPath>..\packages\nanoFramework.Runtime.Native.2.0.0-preview.19\lib\nanoFramework.Runtime.Native.dll</HintPath>
4646
</Reference>
4747
<Reference Include="nanoFramework.System.Collections, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4848
<HintPath>..\packages\nanoFramework.System.Collections.2.0.0-preview.6\lib\nanoFramework.System.Collections.dll</HintPath>
4949
</Reference>
5050
<Reference Include="nanoFramework.System.Text, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5151
<HintPath>..\packages\nanoFramework.System.Text.2.0.0-preview.6\lib\nanoFramework.System.Text.dll</HintPath>
5252
</Reference>
53-
<Reference Include="System.Diagnostics.Stopwatch, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
54-
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.862\lib\System.Diagnostics.Stopwatch.dll</HintPath>
53+
<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.3\lib\System.Diagnostics.Stopwatch.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<package id="nanoFramework.Benchmark" version="1.0.113" targetFramework="netnano1.0" />
44
<package id="nanoFramework.CoreLibrary" version="2.0.0-preview.33" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Logging" version="1.1.161" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Runtime.Native" version="2.0.0-preview.18" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Runtime.Native" version="2.0.0-preview.19" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Collections" version="2.0.0-preview.6" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.862" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="2.0.0-preview.3" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Text" version="2.0.0-preview.6" targetFramework="netnano1.0" />
1010
</packages>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"nanoFramework.Runtime.Native": {
2424
"type": "Direct",
25-
"requested": "[2.0.0-preview.18, 2.0.0-preview.18]",
26-
"resolved": "2.0.0-preview.18",
27-
"contentHash": "+xpG8ru6dGxC9UL/97sAa6uJF0O3Ivgh1UPixMREQxgzLLZFaqpOnij7ZzGuWO7ags2TwEm5pTmlk9AOBpfBkg=="
25+
"requested": "[2.0.0-preview.19, 2.0.0-preview.19]",
26+
"resolved": "2.0.0-preview.19",
27+
"contentHash": "bLcWZHMCMVpNG/2s9FOjaofznAqJzko/No8mJpcAjoFuj6r0Ovr78My+e+nitm7HTGWYUMRK64h90bZ/3oAP0Q=="
2828
},
2929
"nanoFramework.System.Collections": {
3030
"type": "Direct",
@@ -34,9 +34,9 @@
3434
},
3535
"nanoFramework.System.Diagnostics.Stopwatch": {
3636
"type": "Direct",
37-
"requested": "[1.2.862, 1.2.862]",
38-
"resolved": "1.2.862",
39-
"contentHash": "auNXXoJYOJ7mAxPvMPhbxFbDCtfKF/wSdsoBEQiRd8NaQWmLg12JL6YbNiKiNs+fBlxAL6duUorBdhSyPCdayg=="
37+
"requested": "[2.0.0-preview.3, 2.0.0-preview.3]",
38+
"resolved": "2.0.0-preview.3",
39+
"contentHash": "2esmFjGqyiuplp/RHaUAzBH8OSYLopTlpbiTyqNMG99ElYEyuwrP7dHqHnc+YOI5hWPZRxrTB1stfJ7VGlv/8A=="
4040
},
4141
"nanoFramework.System.Text": {
4242
"type": "Direct",

0 commit comments

Comments
 (0)