Created
March 19, 2018 09:37
-
-
Save ryanmats/e0a8e512fa4acee0b51326ce3f0125f9 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>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