Skip to content

Commit a45a5c5

Browse files
authored
docs(audit): Update Hot Chocolate implementation (#129)
1 parent 7bb2131 commit a45a5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
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 .

0 commit comments

Comments
 (0)