Skip to content

Commit

Permalink
trying fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnsrulz committed Apr 14, 2023
1 parent 8a017f2 commit 2288fb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xlsx2csv/xlsx2csv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<PackageTags>xlsx2csv, excel to csv</PackageTags>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>

<ItemGroup>
Expand All @@ -34,6 +33,10 @@
<PackageReference Include="MinVer" Version="4.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Sylvan.Data.Csv" Version="1.2.7" />
<PackageReference Include="Sylvan.Data.Excel" Version="0.4.10" />
Expand Down

0 comments on commit 2288fb9

Please sign in to comment.