Skip to content

Commit

Permalink
feat(.net): set .net7 sdk as default
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Oct 13, 2023
1 parent 6ece5e1 commit 1308f17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ RUN apt-get update \
# Cleanup
&& rm -rf /var/lib/apt/lists/*

COPY global.json /global.json

ENV PATH "$PATH:/root/.dotnet"

FROM common as wasm
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestFeature"
}
}

0 comments on commit 1308f17

Please sign in to comment.