Skip to content

Commit 75ec27d

Browse files
authored
fix: add missing reference to rules.mk for dotnet8 (#432)
* fix: update Makefile for dotnet8-env * fix: bump version for release * fix: add missing reference to rule.mk file * fix: bump version again
1 parent 93ea714 commit 75ec27d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dotnet8/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
PLATFORMS ?= linux/amd64
22

3+
-include ../rules.mk
4+
35
REPO ?= fission
46
TAG ?= latest
57

dotnet8/envconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"runtimeVersion": "8.0.0",
1818
"shortDescription": "Fission Dotnet 8.0.0 runtime uses Kestrel to host the internal web server. Supports both single file compilation (--code) and project-based compilation (--src).",
1919
"status": "Stable",
20-
"version": "1.3.0"
20+
"version": "1.4.0"
2121
}
2222
]

0 commit comments

Comments
 (0)