Skip to content

Commit 68aa68b

Browse files
authored
Update 1 NuGet dependencies
***NO_CI***
1 parent e923be3 commit 68aa68b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<HintPath>..\packages\nanoFramework.System.Text.2.0.0-preview.8\lib\nanoFramework.System.Text.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System.Diagnostics.Stopwatch, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
48-
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.2.0.0-preview.3\lib\System.Diagnostics.Stopwatch.dll</HintPath>
48+
<HintPath>..\packages\nanoFramework.System.Diagnostics.Stopwatch.2.0.0-preview.4\lib\System.Diagnostics.Stopwatch.dll</HintPath>
4949
</Reference>
5050
</ItemGroup>
5151
<ItemGroup>

nanoFramework.System.Text.Benchmark/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<package id="nanoFramework.Logging" version="1.1.161" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Runtime.Native" version="2.0.0-preview.20" targetFramework="netnano1.0" />
77
<package id="nanoFramework.System.Collections" version="2.0.0-preview.8" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="2.0.0-preview.3" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="2.0.0-preview.4" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Text" version="2.0.0-preview.8" targetFramework="netnano1.0" />
1010
</packages>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
},
3535
"nanoFramework.System.Diagnostics.Stopwatch": {
3636
"type": "Direct",
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=="
37+
"requested": "[2.0.0-preview.4, 2.0.0-preview.4]",
38+
"resolved": "2.0.0-preview.4",
39+
"contentHash": "jeP7YdYQq7DVtlE5vqZgRq2n/96HZFZUwEfZWXjSuFJ1Apqpl+lidB+AJ/6DN6P7VEwT6CXYTlHBv0vfCKbNNQ=="
4040
},
4141
"nanoFramework.System.Text": {
4242
"type": "Direct",

0 commit comments

Comments
 (0)