morrisjdev/FileContextCore

View on GitHub
CascadeExample/CascadeExample.csproj

Summary

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

    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>netcoreapp3.1</TargetFramework>
    </PropertyGroup>

    <ItemGroup>
      <ProjectReference Include="..\FileContextCore\FileContextCore.csproj" />
    </ItemGroup>

</Project>