Skip to content

Commit

Permalink
Working for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Oct 23, 2023
1 parent 81caff7 commit 2be620a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions AvaloniaSyncer.Tests/AvaloniaSyncer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Zafiro.FileSystem" Version="4.0.32" />
<PackageReference Include="Zafiro.FileSystem.Local" Version="4.0.32" />
<PackageReference Include="Zafiro.FileSystem.SeaweedFS" Version="4.0.32" />
<PackageReference Include="Zafiro.FileSystem.Sftp" Version="4.0.32" />
<PackageReference Include="Zafiro.FileSystem" Version="4.0.34" />
<PackageReference Include="Zafiro.FileSystem.Local" Version="4.0.34" />
<PackageReference Include="Zafiro.FileSystem.SeaweedFS" Version="4.0.34" />
<PackageReference Include="Zafiro.FileSystem.Sftp" Version="4.0.34" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\AvaloniaSyncer\AvaloniaSyncer.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/AvaloniaSyncer.Android/AvaloniaSyncer.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Avalonia.Android" Version="11.0.5" />
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.4" />
<PackageReference Include="Zafiro.FileSystem.Android" Version="4.0.32" />
<PackageReference Include="Zafiro.FileSystem.Android" Version="4.0.34" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/AvaloniaSyncer/AvaloniaSyncer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Zafiro.Avalonia" Version="3.0.43" />
<PackageReference Include="Zafiro.Avalonia.Dialogs" Version="3.0.43" />
<PackageReference Include="Zafiro.Avalonia.FileExplorer" Version="1.0.17" />
<PackageReference Include="Zafiro.FileSystem.Android" Version="4.0.32" />
<PackageReference Include="Zafiro.FileSystem.Local" Version="4.0.32" />
<PackageReference Include="Zafiro.FileSystem.SeaweedFS" Version="4.0.32" />
<PackageReference Include="Zafiro.FileSystem.Sftp" Version="4.0.32" />
<PackageReference Include="Zafiro.Avalonia.FileExplorer" Version="1.0.18" />
<PackageReference Include="Zafiro.FileSystem.Android" Version="4.0.34" />
<PackageReference Include="Zafiro.FileSystem.Local" Version="4.0.34" />
<PackageReference Include="Zafiro.FileSystem.SeaweedFS" Version="4.0.34" />
<PackageReference Include="Zafiro.FileSystem.Sftp" Version="4.0.34" />
<PackageReference Include="Zafiro.UI" Version="4.0.11" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 2be620a

Please sign in to comment.