Created
September 5, 2019 00:52
-
-
Save dcomartin/aed73ba158a11e466835ae3c90b1fe67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<OutputType>Exe</OutputType> | |
<TargetFramework>netcoreapp3.0</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="SqlStreamStore" Version="1.1.3" /> | |
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> | |
<PackageReference Include="LiquidProjections" Version="3.2.0" /> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment