Skip to content

Commit

Permalink
Loading and Saving
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurmitha4004 committed Aug 5, 2024
1 parent e192942 commit bc55ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Google.Apis.Drive.v3" Version="1.68.0.3490" />
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="26.2.7" />
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Google.Apis.Drive.v3" Version="1.68.0.3490" />
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="26.2.7" />
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="*" />
</ItemGroup>

</Project>

0 comments on commit bc55ec3

Please sign in to comment.