Newer
Older
EventSourcingProjection / EventSourcing.Demo.csproj
@Derek Comartin Derek Comartin on 7 Feb 2021 285 bytes Initial Version
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>
  
  <ItemGroup>
    <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.2" />
  </ItemGroup>

</Project>