HttpTesting/myownhttp.csproj
Siomek101 13f35270f4 yes
2025-06-14 22:57:19 +02:00

15 lines
343 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Z.Expressions.Eval" Version="6.2.12" />
</ItemGroup>
</Project>