Skip to content

Commit

Permalink
Update 1 NuGet dependencies
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
nfbot authored Nov 10, 2023
1 parent 4fb88b8 commit ed35299
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 @@ -39,8 +39,8 @@
<HintPath>..\packages\nanoFramework.Benchmark.1.0.60\lib\nanoFramework.Benchmark.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Logging, Version=1.1.63.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Logging.1.1.63\lib\nanoFramework.Logging.dll</HintPath>
<Reference Include="nanoFramework.Logging, Version=1.1.74.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Logging.1.1.74\lib\nanoFramework.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Native, Version=1.6.12.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
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.60" targetFramework="netnano1.0" />
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
<package id="nanoFramework.Logging" version="1.1.63" targetFramework="netnano1.0" />
<package id="nanoFramework.Logging" version="1.1.74" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.6.12" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Collections" version="1.5.31" targetFramework="netnano1.0" />
<package id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.418" 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.63, 1.1.63]",
"resolved": "1.1.63",
"contentHash": "gutjQRIKKJc91qKzkGtpA8uvTpNUK1r2OuEy7C8W+dEICkFgR+z1itcG7gKv9I12oiHyurc/3mMgDyz8CsPD3A=="
"requested": "[1.1.74, 1.1.74]",
"resolved": "1.1.74",
"contentHash": "zlzB9kh1mgjTza67vVnbn5hBD2w9RJoHq1x4hB2brSX7/YrT0rZeqJQgg5OTWWOKBAxNL3HG8XpsYypFjcp9pA=="
},
"nanoFramework.Runtime.Native": {
"type": "Direct",
Expand Down

0 comments on commit ed35299

Please sign in to comment.