Files
MoonPro.net/WebConfigSetter/WebConfigSetter.csproj
T
2020-12-11 17:40:12 +01:00

21 lines
533 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="CONF\PlaceHolder.file" />
</ItemGroup>
<ItemGroup>
<Content Include="CONF\PlaceHolder.file">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>