Skip to content

Commit

Permalink
Add depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Nov 21, 2024
1 parent 7d71727 commit 13993b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageReference Update="ExceptionReporter " Version="2.4.2" />
<PackageReference Update="IKVM" Version="8.11.0-dev.176" />
<PackageReference Update="Microsoft.Build.Utilities.Core" Version="17.1.0" />
<PackageReference Update="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Update="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
<PackageReference Update="Microsoft.Windows.CsWin32" Version="0.3.106" />
Expand Down
1 change: 1 addition & 0 deletions bonjour/src/main/csharp/Cyberduck.Bonjour.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<ItemGroup>
<PackageReference Include="IKVM" />
<PackageReference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 13993b0

Please sign in to comment.