File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <ImplicitUsings >enable</ImplicitUsings >
55 <Nullable >enable</Nullable >
66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
7- <Version >7.2.2 </Version >
7+ <Version >7.3.1 </Version >
88 <Title >Lumina adapter for XivCalc</Title >
99 <Authors >Koenari</Authors >
1010 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2121 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2222 </PropertyGroup >
2323 <ItemGroup >
24- <PackageReference Include =" Lumina.Excel" Version =" 7.2.2 " >
24+ <PackageReference Include =" Lumina.Excel" Version =" 7.3.1 " >
2525 <PrivateAssets >contentfiles;analyzers;build;runtime</PrivateAssets >
2626 </PackageReference >
2727 <PackageReference Include =" XIVCalc" Version =" 0.3.1" />
Original file line number Diff line number Diff line change 1+ {
2+ "version" : 1 ,
3+ "dependencies" : {
4+ "net8.0" : {
5+ "Lumina.Excel" : {
6+ "type" : " Direct" ,
7+ "requested" : " [7.3.1, )" ,
8+ "resolved" : " 7.3.1" ,
9+ "contentHash" : " NKjlWOi/hnBx6ZHV/VmDknIFQLuBmBoqdufDxawzoAsAwye2dibZdMYyz/gIezSRzAMbU0qP9h51uYo65eiWIQ==" ,
10+ "dependencies" : {
11+ "Lumina" : " 6.3.0"
12+ }
13+ },
14+ "XIVCalc" : {
15+ "type" : " Direct" ,
16+ "requested" : " [0.3.1, )" ,
17+ "resolved" : " 0.3.1" ,
18+ "contentHash" : " RqVwlVRK1dihoU7cadMidzKBdq89zFgbYhTbs9E1nfp1k3SiOKEWzZhXqkNbp6SpvXPmTrHzxzgz8l+wLApdtw=="
19+ },
20+ "Lumina" : {
21+ "type" : " Transitive" ,
22+ "resolved" : " 6.3.0" ,
23+ "contentHash" : " FQlZ16KhXtPGCEq1KeRTDZ14uq6qrvW2vYnNNlCpW7Xs1iLhF8AJsbYG8S0y1NnP7BRholPY8KGToVTsvmb8jw==" ,
24+ "dependencies" : {
25+ "Microsoft.Extensions.ObjectPool" : " 8.0.7"
26+ }
27+ },
28+ "Microsoft.Extensions.ObjectPool" : {
29+ "type" : " Transitive" ,
30+ "resolved" : " 8.0.7" ,
31+ "contentHash" : " 2yLweyqmpuuFSRo+I3sLHMxmnAgNcI537kBJiyv49U2ZEqo00jZcG8lrnD8uCiOJp9IklYyTZULtbsXoFVzsjQ=="
32+ }
33+ }
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments