| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFramework>net10.0</TargetFramework> | |
| <LangVersion>14</LangVersion> | |
| <ImplicitUsings>enable</ImplicitUsings> | |
| <Nullable>enable</Nullable> | |
| <IsPackable>false</IsPackable> | |
| <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" /> | |
| </ItemGroup> | |
| </Project> | |