Skip to content

Commit 19fcf97

Browse files
committed
♻️ Switch to SLNX Solution File
1 parent 14d290d commit 19fcf97

File tree

7 files changed

+26
-170
lines changed

7 files changed

+26
-170
lines changed

ExcelFast.sln

Lines changed: 0 additions & 57 deletions
This file was deleted.

ExcelFast.slnx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Solution>
2+
<Folder Name="/Source/">
3+
<Project Path="Source/PowerShell/PowerShell.csproj" />
4+
</Folder>
5+
</Solution>

Source/ExcelFast/ExcelFast.cs

Whitespace-only changes.

Source/ExcelFast/ExcelFast.csproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

Source/ExcelFast/packages.lock.json

Lines changed: 0 additions & 67 deletions
This file was deleted.

Source/PowerShell/PowerShell.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup Label="Dependencies">
18-
<ProjectReference Include="..\ExcelFast\ExcelFast.csproj" />
1918
<PackageReference Include="Roslynator.Analyzers" Version="4.13.1">
2019
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2120
<PrivateAssets>all</PrivateAssets>
2221
</PackageReference>
2322
<PackageReference Include="System.Management.Automation" Version="7.4.0" ExcludeAssets="ContentFiles" PrivateAssets="All" />
23+
<PackageReference Include="ClosedXML" Version="0.104.2" />
24+
<PackageReference Include="MiniExcel" Version="1.41.1" />
2425
</ItemGroup>
2526

2627
<Target Name="CopyPsd1ToRelease" AfterTargets="Publish">

Source/PowerShell/packages.lock.json

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
"version": 1,
33
"dependencies": {
44
"net8.0": {
5+
"ClosedXML": {
6+
"type": "Direct",
7+
"requested": "[0.104.2, )",
8+
"resolved": "0.104.2",
9+
"contentHash": "gOkSjQ152MhpKmw70cBkJV+FnaZAWzDwM36luRf/7FlWYnNeH++9XYdGTd0Y4KQlVPkKVxy948M5MMsnsGC4GQ==",
10+
"dependencies": {
11+
"ClosedXML.Parser": "[1.2.0, 2.0.0)",
12+
"DocumentFormat.OpenXml": "[3.1.1, 4.0.0)",
13+
"ExcelNumberFormat": "1.1.0",
14+
"RBush": "4.0.0",
15+
"SixLabors.Fonts": "1.0.0"
16+
}
17+
},
18+
"MiniExcel": {
19+
"type": "Direct",
20+
"requested": "[1.41.1, )",
21+
"resolved": "1.41.1",
22+
"contentHash": "9rrmyIkglutRiGQJhhO9lsJ/VFF7/pQboTupSrjsbkz7aITApp+phInJ6OBkai+ZgNopz6J0RfKA0OXHKmI/dg=="
23+
},
524
"Roslynator.Analyzers": {
625
"type": "Direct",
726
"requested": "[4.13.1, )",
@@ -31,18 +50,6 @@
3150
"System.Text.Encoding.CodePages": "8.0.0"
3251
}
3352
},
34-
"ClosedXML": {
35-
"type": "Transitive",
36-
"resolved": "0.104.2",
37-
"contentHash": "gOkSjQ152MhpKmw70cBkJV+FnaZAWzDwM36luRf/7FlWYnNeH++9XYdGTd0Y4KQlVPkKVxy948M5MMsnsGC4GQ==",
38-
"dependencies": {
39-
"ClosedXML.Parser": "[1.2.0, 2.0.0)",
40-
"DocumentFormat.OpenXml": "[3.1.1, 4.0.0)",
41-
"ExcelNumberFormat": "1.1.0",
42-
"RBush": "4.0.0",
43-
"SixLabors.Fonts": "1.0.0"
44-
}
45-
},
4653
"ClosedXML.Parser": {
4754
"type": "Transitive",
4855
"resolved": "1.2.0",
@@ -119,11 +126,6 @@
119126
"resolved": "8.0.0",
120127
"contentHash": "u8PB9/v02C8mBXzl0vJ7bOyC020zOP+T1mRct+KA46DqZkB40XtsNn9pGD0QowTRsT6R4jPCghn+yAODn2UMMw=="
121128
},
122-
"MiniExcel": {
123-
"type": "Transitive",
124-
"resolved": "1.41.1",
125-
"contentHash": "9rrmyIkglutRiGQJhhO9lsJ/VFF7/pQboTupSrjsbkz7aITApp+phInJ6OBkai+ZgNopz6J0RfKA0OXHKmI/dg=="
126-
},
127129
"Newtonsoft.Json": {
128130
"type": "Transitive",
129131
"resolved": "13.0.3",
@@ -221,13 +223,6 @@
221223
"type": "Transitive",
222224
"resolved": "8.0.0",
223225
"contentHash": "Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg=="
224-
},
225-
"excelfast": {
226-
"type": "Project",
227-
"dependencies": {
228-
"ClosedXML": "[0.104.2, )",
229-
"MiniExcel": "[1.41.1, )"
230-
}
231226
}
232227
}
233228
}

0 commit comments

Comments
 (0)