27 lines
865 B
XML
27 lines
865 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../InnovEnergy.App.props" />
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.App.OpenVpnCertificatesServer</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="BouncyCastle" Version="1.8.9" />
|
|
<PackageReference Include="Flurl.Http" Version="3.2.2" />
|
|
<PackageReference Include="SharpZipLib" Version="1.3.3" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Lib/Protocols/DBus/DBus.csproj" />
|
|
<ProjectReference Include="../../Lib/Victron/VictronVRM/VictronVRM.csproj" />
|
|
<ProjectReference Include="../../Lib/Utils/Utils.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="token.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project>
|