Skip to content

Commit

Permalink
fix: lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Nov 24, 2024
1 parent ab49a0d commit 882691b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/HomeAssistantDiscoveryNet/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net9.0": {
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[9.0.0-rc.2.24473.5, )",
"resolved": "9.0.0-rc.2.24473.5",
"contentHash": "+4KH+fbuWXX+I1nM+iP84N0nnorwxY3N8SrNLDNdWdblCPcWXSZnnst/IS+NEHTavnoTErwFNwk7IP8rPrNAQA=="
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "Z08whyO9ArRB3JvofB9dE95fF2Be5Y60dcjmjiFshgfH/y1LnZCEFC/hxdYy92DtoNHhkxFdV0PrNaTVfcw2AQ=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand All @@ -19,9 +19,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[9.0.0-rc.2.24473.5, )",
"resolved": "9.0.0-rc.2.24473.5",
"contentHash": "mXyCgKqBIo/KOpY09FqjOU8d+LME2qowzzvBd1/viYmSpAKYfQ2w1WDOlh0FniY4xnrB/wmDiAo4frJvfCqT0w=="
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "n6hFpsxceW4UZiGvZ/08Z0RZzA3JgT7tp58vyfvXU9On4O3HCsXbxb76YwAk4t0Rv32Bsm12W2Ijx70tzYwZNg=="
},
"Microsoft.Extensions.DependencyInjection.Abstractions": {
"type": "Transitive",
Expand Down
12 changes: 6 additions & 6 deletions src/ToMqttNet/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net9.0": {
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[9.0.0-rc.2.24473.5, )",
"resolved": "9.0.0-rc.2.24473.5",
"contentHash": "+4KH+fbuWXX+I1nM+iP84N0nnorwxY3N8SrNLDNdWdblCPcWXSZnnst/IS+NEHTavnoTErwFNwk7IP8rPrNAQA=="
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "Z08whyO9ArRB3JvofB9dE95fF2Be5Y60dcjmjiFshgfH/y1LnZCEFC/hxdYy92DtoNHhkxFdV0PrNaTVfcw2AQ=="
},
"Microsoft.Extensions.Hosting.Abstractions": {
"type": "Direct",
Expand All @@ -33,9 +33,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[9.0.0-rc.2.24473.5, )",
"resolved": "9.0.0-rc.2.24473.5",
"contentHash": "mXyCgKqBIo/KOpY09FqjOU8d+LME2qowzzvBd1/viYmSpAKYfQ2w1WDOlh0FniY4xnrB/wmDiAo4frJvfCqT0w=="
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "n6hFpsxceW4UZiGvZ/08Z0RZzA3JgT7tp58vyfvXU9On4O3HCsXbxb76YwAk4t0Rv32Bsm12W2Ijx70tzYwZNg=="
},
"MQTTnet": {
"type": "Direct",
Expand Down

0 comments on commit 882691b

Please sign in to comment.