Newer
Older
EventSourcingSnapshots / EventSourcingSnapshots.csproj
@Derek Comartin Derek Comartin on 26 Feb 2021 356 bytes Init
<Project Sdk="Microsoft.NET.Sdk">

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

</Project>