Skip to content

Commit 6263709

Browse files
committed
Retired dotnet6
1 parent 9e05757 commit 6263709

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
---
44

5-
## [2.0.4] 2025-01-17
5+
## [2.0.4 - 2.0.5] 2025-01-17
66

77
### Changed
88

99
- Previously published version updated default runtimes without doing so as a breaking change; reverted to previous preferred order
10+
- Retired `dotnet6` (deprecated 2024-12-20)
1011

1112
---
1213

cjs/index.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ let runtimes = {
2121
'java8.al2',
2222
],
2323
dotnet: [
24-
'dotnet6',
2524
'dotnet8',
2625
],
2726
ruby: [
@@ -126,13 +125,6 @@ let runtimeVersions = {
126125
patch: null,
127126
wildcard: '8.*',
128127
},
129-
'dotnet6': {
130-
runtime: 'dotnet',
131-
major: '6',
132-
minor: null,
133-
patch: null,
134-
wildcard: '6.*',
135-
},
136128
'ruby3.3': {
137129
runtime: 'ruby',
138130
major: '3',
@@ -227,6 +219,7 @@ let retiredRuntimes = {
227219
],
228220
dotnet: [
229221
'dotnet7',
222+
'dotnet6',
230223
'dotnet5.0',
231224
'dotnetcore3.1',
232225
'dotnetcore2.1',

0 commit comments

Comments
 (0)