File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
+
2
3
<PropertyGroup >
4
+ <VersionPrefix >3.1.3-preview</VersionPrefix >
3
5
<LangVersion >latest</LangVersion >
4
- <VersionPrefix >3.1.2-preview</VersionPrefix >
5
- <PackageProjectUrl >https://github.com/graphql-dotnet/graphql-dotnet</PackageProjectUrl >
6
6
<PackageLicenseExpression >MIT</PackageLicenseExpression >
7
7
<PackageIcon >logo.64x64.png</PackageIcon >
8
- <DebugType >embedded</DebugType >
8
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
9
+ <RepositoryType >git</RepositoryType >
9
10
<PublishRepositoryUrl >true</PublishRepositoryUrl >
10
- <DocumentationFile >bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile >
11
+ <Deterministic >true</Deterministic >
12
+ <!-- https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables -->
13
+ <!-- https://github.com/clairernovotny/DeterministicBuilds -->
14
+ <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true'" >True</ContinuousIntegrationBuild >
15
+ <DebugType >embedded</DebugType >
16
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
11
17
</PropertyGroup >
18
+
12
19
<ItemGroup >
13
20
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" Condition =" '$(IsPackable)' == 'true'" />
14
21
</ItemGroup >
22
+
15
23
</Project >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" GraphQL.Server.Ui.Altair" Version =" 4.1 .0" />
9
- <PackageReference Include =" GraphQL.Server.Ui.GraphiQL" Version =" 4.1 .0" />
10
- <PackageReference Include =" GraphQL.Server.Ui.Playground" Version =" 4.1 .0" />
11
- <PackageReference Include =" GraphQL.Server.Ui.Voyager" Version =" 4.1 .0" />
8
+ <PackageReference Include =" GraphQL.Server.Ui.Altair" Version =" 4.2 .0" />
9
+ <PackageReference Include =" GraphQL.Server.Ui.GraphiQL" Version =" 4.2 .0" />
10
+ <PackageReference Include =" GraphQL.Server.Ui.Playground" Version =" 4.2 .0" />
11
+ <PackageReference Include =" GraphQL.Server.Ui.Voyager" Version =" 4.2 .0" />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments