Files
SharpIDE/iac/Deploy/Deploy.csproj
2025-11-14 23:19:18 +10:00

15 lines
326 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ParallelPipelines" />
</ItemGroup>
</Project>