Skip to content

Commit c9f85bd

Browse files
committed
undo c# upgrade
1 parent 7089234 commit c9f85bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN set -xe && \
8787
apt-get update -o Acquire::Check-Valid-Until=false && \
8888
apt-get install -y apt-transport-https && \
8989
apt-get update -o Acquire::Check-Valid-Until=false && \
90-
apt-get install -y dotnet-sdk-8.0 && \
90+
apt-get install -y dotnet-sdk-3.1 && \
9191
rm -rf /var/lib/apt/lists/*
9292

9393
# Mono

0 commit comments

Comments
 (0)