Skip to content

Commit

Permalink
Update NuGet lock files.
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Grainger <bgrainger@gmail.com>
  • Loading branch information
bgrainger committed Nov 27, 2024
1 parent 76f8c51 commit cfd95c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
4 changes: 1 addition & 3 deletions src/MySqlConnector.DependencyInjection/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
}
}
},
".NETStandard,Version=v2.0/win-x64": {},
"net8.0": {
"Microsoft.Extensions.DependencyInjection.Abstractions": {
"type": "Direct",
Expand Down Expand Up @@ -208,7 +207,6 @@
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
}
},
"net8.0/win-x64": {}
}
}
}
10 changes: 1 addition & 9 deletions src/MySqlConnector/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
}
}
},
".NETFramework,Version=v4.6.2/win-x64": {},
".NETFramework,Version=v4.7.1": {
"IndexRange": {
"type": "Direct",
Expand Down Expand Up @@ -254,7 +253,6 @@
}
}
},
".NETFramework,Version=v4.7.1/win-x64": {},
".NETFramework,Version=v4.8": {
"IndexRange": {
"type": "Direct",
Expand Down Expand Up @@ -377,7 +375,6 @@
}
}
},
".NETFramework,Version=v4.8/win-x64": {},
".NETStandard,Version=v2.0": {
"IndexRange": {
"type": "Direct",
Expand Down Expand Up @@ -514,7 +511,6 @@
}
}
},
".NETStandard,Version=v2.0/win-x64": {},
".NETStandard,Version=v2.1": {
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand Down Expand Up @@ -610,7 +606,6 @@
"contentHash": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg=="
}
},
".NETStandard,Version=v2.1/win-x64": {},
"net6.0": {
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand Down Expand Up @@ -683,7 +678,6 @@
"contentHash": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg=="
}
},
"net6.0/win-x64": {},
"net8.0": {
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand Down Expand Up @@ -747,7 +741,6 @@
"contentHash": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg=="
}
},
"net8.0/win-x64": {},
"net9.0": {
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand Down Expand Up @@ -810,7 +803,6 @@
"resolved": "8.0.2",
"contentHash": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg=="
}
},
"net9.0/win-x64": {}
}
}
}
32 changes: 0 additions & 32 deletions tests/MySqlConnector.NativeAot.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,6 @@
}
}
},
"net8.0/win-x64": {
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "9SWRKJzFrE07m77G/9jSR1lqdlPmKCsQX1UflZEFBGYzmOZ53sjLEEcAiWtnWY0QJ750h2ahciOPO8oVjztQ0g==",
"dependencies": {
"runtime.win-x64.Microsoft.DotNet.ILCompiler": "8.0.11"
}
},
"runtime.win-x64.Microsoft.DotNet.ILCompiler": {
"type": "Transitive",
"resolved": "8.0.11",
"contentHash": "rrxOObwOfOZ7IqKpd4rRZqjIWrgCrLv3XzkU5FusWtgwoaUu1/8QJGcbog/RJzgl40Yt6vZpFFbWtFazeseapg=="
}
},
"net9.0": {
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
Expand Down Expand Up @@ -152,22 +136,6 @@
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
}
}
},
"net9.0/win-x64": {
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "bbnlV2PbUmCQ8Ndpx0kJaicLyV28IU+4IzyctQLL57+DxrHurYr2qsJrC8+yD44Q0DyPfv2oM168c1Tk6Bxbmg==",
"dependencies": {
"runtime.win-x64.Microsoft.DotNet.ILCompiler": "9.0.0"
}
},
"runtime.win-x64.Microsoft.DotNet.ILCompiler": {
"type": "Transitive",
"resolved": "9.0.0",
"contentHash": "oDIioFi3rPT79AS5TSEwU/nlqINeJwxG5yKG/BLY57an5PV+btlPBGJgOjI3d8/BdTpKmsd9pdavm/4ENq5M/A=="
}
}
}
}

0 comments on commit cfd95c0

Please sign in to comment.