Files
OCPP.Core/OCPP.Core.Management/OCPP.Core.Management.csproj
nutchayut 318d7884f2
All checks were successful
continuous-integration/drone/push Build is passing
b
2024-06-02 00:06:06 +07:00

40 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.3.2</Version>
<Company>dallmann consulting GmbH</Company>
<Authors>Ulrich Dallmann</Authors>
<Product>OCPP.Core</Product>
<UserSecretsId>a94ca61f-1fd8-4cfe-a802-d69a4b48fddc</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Logs\**" />
<Content Remove="Logs\**" />
<Content Include="obj\rider.project.model.nuget.info" />
<EmbeddedResource Remove="Logs\**" />
<None Remove="Logs\**" />
</ItemGroup>
<ItemGroup>
<None Remove="localhost.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="localhost.pfx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OCPP.Core.Database\OCPP.Core.Database.csproj" />
</ItemGroup>
</Project>