Skip to content

Commit

Permalink
Update 1 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbot committed Oct 26, 2022
1 parent 4da5255 commit 71b6200
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<HintPath>..\packages\nanoFramework.Benchmark.1.0.33\lib\nanoFramework.Benchmark.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Logging, Version=1.1.41.8124, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Logging.1.1.41\lib\nanoFramework.Logging.dll</HintPath>
<Reference Include="nanoFramework.Logging, Version=1.1.45.18399, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Logging.1.1.45\lib\nanoFramework.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Native">
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.Json.Benchmark/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="nanoFramework.Benchmark" version="1.0.33" targetFramework="netnano1.0" />
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnano1.0" />
<package id="nanoFramework.Logging" version="1.1.41" targetFramework="netnano1.0" />
<package id="nanoFramework.Logging" version="1.1.45" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.5.4" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Collections" version="1.4.0" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.141" targetFramework="netnano1.0" />
Expand Down
6 changes: 3 additions & 3 deletions nanoFramework.Json.Benchmark/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"nanoFramework.Logging": {
"type": "Direct",
"requested": "[1.1.41, 1.1.41]",
"resolved": "1.1.41",
"contentHash": "02n9N0KL0nxlk251F8vGIomLWknLrhRx8V65ajaR8HGQy38coGUus/a+/02lZ80GTSaptJM6TvEPBbB2gRh2fA=="
"requested": "[1.1.45, 1.1.45]",
"resolved": "1.1.45",
"contentHash": "r7LmtvmeST+lMOzl2aBfDXLbVfxSUhHw+Y4uqYvioVHsiaqKQ2qMwQu25HQgEt7GvxKfpnFLtdWAB2IZQAAu6g=="
},
"nanoFramework.Runtime.Native": {
"type": "Direct",
Expand Down

0 comments on commit 71b6200

Please sign in to comment.