We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a089e42 commit 049dd86Copy full SHA for 049dd86
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:8.0
+FROM mcr.microsoft.com/dotnet/sdk:9.0
2
WORKDIR /scip-dotnet
3
ADD . /scip-dotnet
4
RUN dotnet pack
5
ENV PATH="/root/.dotnet/tools:${PATH}"
6
-RUN dotnet tool install --framework net8.0 --add-source ScipDotnet/bin/Release/ --global scip-dotnet
+RUN dotnet tool install --framework net9.0 --add-source ScipDotnet/bin/Release/ --global scip-dotnet
7
RUN dotnet clean
8
WORKDIR /app
9
RUN rm -rf /scip-dotnet
global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.100",
+ "version": "9.0.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
0 commit comments