We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ebb1c commit a0b75e2Copy full SHA for a0b75e2
pack.csproj
@@ -0,0 +1,8 @@
1
+<Project Sdk="Microsoft.NET.Sdk">
2
+ <PropertyGroup>
3
+ <TargetFramework>netstandard1.1</TargetFramework>
4
+ <NoBuild>true</NoBuild>
5
+ <IncludeBuildOutput>false</IncludeBuildOutput>
6
+ <NuspecFile>Octokit.GraphQL.nuspec</NuspecFile>
7
+ </PropertyGroup>
8
+</Project>
0 commit comments