GuilhermeStracini/POC-dotnet-yaml-handling

View on GitHub
Src/POCYamlHandling/POCYamlHandling.csproj

Summary

Maintainability
Test Coverage
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="YamlDotNet" Version="16.1.3" />
    <PackageReference Include="SharpYaml" Version="2.1.1" />
  </ItemGroup>
</Project>