Skip to content

Commit 7c59b31

Browse files
committed
Update Hot Chocolate implementation
1 parent 21aebc7 commit 7c59b31

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:7.0
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0
22

33
WORKDIR /server
44

55
RUN dotnet new web
6-
RUN dotnet add package HotChocolate.AspNetCore --version 13.0.0-preview.80
6+
RUN dotnet add package HotChocolate.AspNetCore --version 14.0.0
77
COPY Program.cs .

implementations/hotchocolate/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ul>
66
<li><b>60</b> audits in total</li>
77
<li><span style="font-family: monospace">✅</span> <b>58</b> pass</li>
8-
<li><span style="font-family: monospace">️</span> <b>2</b> warnings (optional)</li>
8+
<li><span style="font-family: monospace">️</span> <b>2</b> warnings (optional)</li>
99
</ul>
1010

1111
<h2>Passing</h2>
@@ -83,7 +83,7 @@ The server <i>SHOULD</i> support these, but is not required.
8383
"transfer-encoding": "chunked",
8484
"server": "Kestrel",
8585
"date": "<timestamp>",
86-
"content-type": "application/graphql-response+json;charset=utf-8"
86+
"content-type": "application/graphql-response+json; charset=utf-8"
8787
},
8888
"body": {
8989
"data": {
@@ -104,7 +104,7 @@ The server <i>SHOULD</i> support these, but is not required.
104104
"transfer-encoding": "chunked",
105105
"server": "Kestrel",
106106
"date": "<timestamp>",
107-
"content-type": "application/graphql-response+json;charset=utf-8"
107+
"content-type": "application/graphql-response+json; charset=utf-8"
108108
},
109109
"body": {
110110
"data": {

0 commit comments

Comments
 (0)