Files
duplicati/Duplicati/Library/RemoteControl/Duplicati.Library.RemoteControl.csproj
T

24 lines
851 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-11-14 15:05:39 +01:00
<TargetFramework>net10.0</TargetFramework>
<Copyright>Copyright © 2025 Team Duplicati, MIT license</Copyright>
<RootNamespace>Duplicati.Library.RemoteControl</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2025-05-16 10:22:51 +02:00
<ItemGroup>
2025-06-24 07:51:26 +02:00
<PackageReference Include="jose-jwt" Version="5.2.0" />
<PackageReference Include="Websocket.Client" Version="5.2.0" />
</ItemGroup>
2025-05-16 10:22:51 +02:00
<ItemGroup>
2025-05-16 10:25:08 +02:00
<ProjectReference Include="..\Logging\Duplicati.Library.Logging.csproj" />
<ProjectReference Include="..\Utility\Duplicati.Library.Utility.csproj" />
<ProjectReference Include="..\Encryption\Duplicati.Library.Encryption.csproj" />
<ProjectReference Include="..\Main\Duplicati.Library.Main.csproj" />
</ItemGroup>
</Project>