Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 5f9d0ae

Browse files
committed
Move "latest" F# to 2.2
1 parent c415c96 commit 5f9d0ae

File tree

10 files changed

+4
-2
lines changed

10 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Thumbs.db
66
*.out
77
*.class
88
*.tgz
9+
**/.ionide
910

1011
containers-readmes
1112

containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile renamed to containers/dotnetcore-2.2-fsharp/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM mcr.microsoft.com/dotnet/core/sdk:latest
6+
FROM mcr.microsoft.com/dotnet/core/sdk:2.2
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive

containers/dotnetcore-latest-fsharp/.devcontainer/devcontainer.json renamed to containers/dotnetcore-2.2-fsharp/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "F# (.NET Core Latest)",
2+
"name": "F# (.NET Core 2.2)",
33
"dockerFile": "Dockerfile",
44

55
// Use 'settings' to set *default* container specific settings.json values on container create.

containers/dotnetcore-latest-fsharp/.npmignore renamed to containers/dotnetcore-2.2-fsharp/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ README.md
22
test-project
33
.vscode
44
.npmignore
5+
.ionide
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)