Skip to content

Commit

Permalink
Cloud Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
KonduruKeerthi committed Jul 5, 2024
1 parent e8d2a7a commit 60e860d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.309.10" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="26.1.39" />
<PackageReference Include="AWSSDK.S3" Version="*" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.309.10" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="26.1.39" />
<PackageReference Include="AWSSDK.S3" Version="*" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="26.1.40" />
<PackageReference Include="Azure.Storage.Blobs" Version="*" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="26.1.40" />
<PackageReference Include="Azure.Storage.Blobs" Version="*" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="26.1.40" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="*" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="*" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="26.1.40" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="*" />
<PackageReference Include="Syncfusion.Presentation.Net.Core" Version="*" />
</ItemGroup>

</Project>

0 comments on commit 60e860d

Please sign in to comment.