Skip to content

Instantly share code, notes, and snippets.

@ryanmats
Created March 19, 2018 09:37
Show Gist options
  • Save ryanmats/e0a8e512fa4acee0b51326ce3f0125f9 to your computer and use it in GitHub Desktop.
Save ryanmats/e0a8e512fa4acee0b51326ce3f0125f9 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<StartupObject>GoogleCloudSamples.QuickStartFirestoreProgram</StartupObject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.1.1-beta" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.0.0-beta02" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment