File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
implementations/hotchocolate Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:7 .0
1
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0
2
2
3
3
WORKDIR /server
4
4
5
5
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
7
7
COPY Program.cs .
Original file line number Diff line number Diff line change 5
5
<ul >
6
6
<li ><b >60</b > audits in total</li >
7
7
<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 >
9
9
</ul >
10
10
11
11
<h2 >Passing</h2 >
@@ -83,7 +83,7 @@ The server <i>SHOULD</i> support these, but is not required.
83
83
"transfer-encoding": "chunked",
84
84
"server": "Kestrel",
85
85
"date": "<timestamp >",
86
- "content-type": "application/graphql-response+json;charset=utf-8"
86
+ "content-type": "application/graphql-response+json; charset=utf-8"
87
87
},
88
88
"body": {
89
89
"data": {
@@ -104,7 +104,7 @@ The server <i>SHOULD</i> support these, but is not required.
104
104
"transfer-encoding": "chunked",
105
105
"server": "Kestrel",
106
106
"date": "<timestamp >",
107
- "content-type": "application/graphql-response+json;charset=utf-8"
107
+ "content-type": "application/graphql-response+json; charset=utf-8"
108
108
},
109
109
"body": {
110
110
"data": {
You can’t perform that action at this time.
0 commit comments