Created
March 16, 2018 20:36
-
-
Save ryanmats/8c1673a90de3d07db9c156f0352dd07b to your computer and use it in GitHub Desktop.
QuickStartFirestore.csproj - Calling SnapshotAsync on Collection Reference
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>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