File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
- ## [ 2.0.4] 2025-01-17
5
+ ## [ 2.0.4 - 2.0.5 ] 2025-01-17
6
6
7
7
### Changed
8
8
9
9
- 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)
10
11
11
12
---
12
13
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ let runtimes = {
21
21
'java8.al2' ,
22
22
] ,
23
23
dotnet : [
24
- 'dotnet6' ,
25
24
'dotnet8' ,
26
25
] ,
27
26
ruby : [
@@ -126,13 +125,6 @@ let runtimeVersions = {
126
125
patch : null ,
127
126
wildcard : '8.*' ,
128
127
} ,
129
- 'dotnet6' : {
130
- runtime : 'dotnet' ,
131
- major : '6' ,
132
- minor : null ,
133
- patch : null ,
134
- wildcard : '6.*' ,
135
- } ,
136
128
'ruby3.3' : {
137
129
runtime : 'ruby' ,
138
130
major : '3' ,
@@ -227,6 +219,7 @@ let retiredRuntimes = {
227
219
] ,
228
220
dotnet : [
229
221
'dotnet7' ,
222
+ 'dotnet6' ,
230
223
'dotnet5.0' ,
231
224
'dotnetcore3.1' ,
232
225
'dotnetcore2.1' ,
You can’t perform that action at this time.
0 commit comments