File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Description >An Excel to object mapper. Maps POCOs to and from Excel. Configuration via convention, attributes, or fluent methods.</Description >
44 <Copyright >Copyright 2015-$([System.DateTime]::Now.Year) Michael Ganss</Copyright >
3030 </PropertyGroup >
3131 <ItemGroup >
3232 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
33- <PackageReference Include =" NPOI" Version =" 2.7.0 " />
33+ <PackageReference Include =" NPOI" Version =" 2.7.1 " />
3434 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
35- <PackageReference Include =" System.Text.Json" Version =" 8.0.0 " />
35+ <PackageReference Include =" System.Text.Json" Version =" 8.0.4 " />
3636 </ItemGroup >
3737 <ItemGroup >
3838 <None Include =" ../README.md" Pack =" true" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments