foxygit / digitalskrivare_merge Log in
commits tags

/tools/Remiss.CoverPreview/Remiss.CoverPreview.csproj · 408 B

raw
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0-windows</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
    <RootNamespace>Remiss.CoverPreview</RootNamespace>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\..\src\Remiss.Core\Remiss.Core.csproj" />
  </ItemGroup>

</Project>