Newer
Older
SimplePossibleThing / SimpleCQRS / SimpleCQRS.csproj
@Derek Comartin Derek Comartin on 16 Nov 2021 206 bytes Init
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>

</Project>