Skip to content

Commit c5da255

Browse files
committed
update .net installation script to remove version #
1 parent 16207cd commit c5da255

File tree

3 files changed

+2
-43
lines changed

3 files changed

+2
-43
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ ENV NUGET_XMLDOC_MODE=skip \
219219
# Enable correct mode for dotnet watch (only mode supported in a container)
220220
DOTNET_USE_POLLING_FILE_WATCHER=true
221221

222-
RUN /home/dark/install-dotnet10 \
222+
RUN /home/dark/install-dotnet \
223223
--version=10.0.102 \
224224
--arm64-sha256=1254141153d29b5b926e0e7b0b172a25f9c096b8ed6a182f54062c5e0b41384b30e10e2bf1ebe86ed0f58f4ff762203acd83bcf23fefb59c07af45332d794700 \
225225
--amd64-sha256=7adf40e8e5547970391cfbe474c3874c6918ce3575ac398f376c78502134e1c8a2fa3da9aca281fdaeda81671f56c851ebe9e74c5b57c5a298bd45deba63565d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Script to install dotnet 8
3+
# Script to install dotnet
44

55
set -e
66

scripts/installers/install-dotnet10

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)