Files
csharp/gen/KubernetesGenerator/KubernetesGenerator.csproj
Boshi Lian 7bbf6aa374 Fix 710 (#711)
* fix template body not included

* new generated file

* trim unused ref
2021-09-21 15:48:48 -07:00

21 lines
545 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CaseExtensions" Version="1.1.0" />
<PackageReference Include="NSwag.Core" Version="11.17.21" />
<PackageReference Include="Nustache" Version="1.16.0.8" NoWarn="NU1701" />
</ItemGroup>
<ItemGroup>
<None Update="*.template">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>