Skip to content

Commit

Permalink
Updated dependencies, now it somehow doesn't crash on Raspberry Pi wi…
Browse files Browse the repository at this point in the history
…th FileNotFoundException for System.IO.Pipelines.dll
  • Loading branch information
Aldaviva committed Dec 8, 2024
1 parent f584fbc commit b105742
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 393 deletions.
12 changes: 9 additions & 3 deletions GandiDynamicDns/GandiDynamicDns.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,9 +28,9 @@

<ItemGroup>
<PackageReference Include="G6.GandiLiveDns" Version="1.0.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="9.0.0" />
<PackageReference Include="Stun.Net" Version="8.0.2" />
</ItemGroup>

Expand All @@ -44,6 +46,10 @@
</None>
</ItemGroup>

<PropertyGroup Condition="$(RuntimeIdentifier.StartsWith('linux'))">
<AssemblyName>$(AssemblyName.ToLower())</AssemblyName>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Tests" />
</ItemGroup>
Expand Down
Loading

0 comments on commit b105742

Please sign in to comment.