Skip to content

Commit

Permalink
Update ClosedXML NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1956 committed Jan 9, 2024
1 parent 317e20c commit ed0e8ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/CareLink/CareLink.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.102.1" />
<PackageReference Include="ClosedXML" Version="0.102.2" />
<PackageReference Include="DataGridViewDisableButtonColumnEx" Version="1.0.0.1" />
<PackageReference Include="FreeSpire.PDF" Version="8.6.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2210.55" />
Expand Down
16 changes: 8 additions & 8 deletions src/CareLink/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": 3,
"targets": {
"net8.0-windows10.0.17763": {
"ClosedXML/0.102.1": {
"ClosedXML/0.102.2": {
"type": "package",
"dependencies": {
"DocumentFormat.OpenXml": "2.16.0",
"DocumentFormat.OpenXml": "[2.16.0, 3.0.0)",
"ExcelNumberFormat": "1.1.0",
"SixLabors.Fonts": "1.0.0",
"System.IO.Packaging": "6.0.0",
Expand Down Expand Up @@ -1787,14 +1787,14 @@
}
},
"libraries": {
"ClosedXML/0.102.1": {
"sha512": "Zb0/SgczPKLqlCHpSZzMG2qzaT3HpdkFrYJU8TTFRMfC0NLTSlp8gw26tZAtJp+Do0szAhPrWjkTp9flH9Or0A==",
"ClosedXML/0.102.2": {
"sha512": "nsHmfPNPtWpr6vair857sQiN11OaFn80oiN2GIbTB1vDqnw9jhNMtlxS0/iYP/E+YGG5zLX2N6xeznuBuvezSQ==",
"type": "package",
"path": "closedxml/0.102.1",
"path": "closedxml/0.102.2",
"files": [
".nupkg.metadata",
".signature.p7s",
"closedxml.0.102.1.nupkg.sha512",
"closedxml.0.102.2.nupkg.sha512",
"closedxml.nuspec",
"lib/netstandard2.0/ClosedXML.dll",
"lib/netstandard2.0/ClosedXML.xml",
Expand Down Expand Up @@ -5686,7 +5686,7 @@
},
"projectFileDependencyGroups": {
"net8.0-windows10.0.17763": [
"ClosedXML >= 0.102.1",
"ClosedXML >= 0.102.2",
"DataGridViewDisableButtonColumnEx >= 1.0.0.1",
"FreeSpire.PDF >= 8.6.0",
"Microsoft.Web.WebView2 >= 1.0.2210.55",
Expand Down Expand Up @@ -5744,7 +5744,7 @@
"dependencies": {
"ClosedXML": {
"target": "Package",
"version": "[0.102.1, )"
"version": "[0.102.2, )"
},
"DataGridViewDisableButtonColumnEx": {
"target": "Package",
Expand Down

0 comments on commit ed0e8ab

Please sign in to comment.