Skip to content

Commit 4fe4d0f

Browse files
authored
Add json5 dependency for UseDotNetV2 Node20 (#19516)
1 parent 85c24f8 commit 4fe4d0f

File tree

11 files changed

+28
-16
lines changed

11 files changed

+28
-16
lines changed

Tasks/UseDotNetV2/_buildConfigs/Node20/package-lock.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/UseDotNetV2/_buildConfigs/Node20/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"azure-pipelines-tasks-packaging-common": "^2.198.1",
3232
"azure-pipelines-tasks-utility-common": "^3.198.1",
3333
"azure-pipelines-tool-lib": "^2.0.4",
34+
"json5": "^2.2.3",
3435
"semver": "6.3.0",
3536
"typed-rest-client": "^1.8.9"
3637
},

Tasks/UseDotNetV2/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 234,
16+
"Minor": 235,
1717
"Patch": 0
1818
},
1919
"satisfies": [

Tasks/UseDotNetV2/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 234,
16+
"Minor": 235,
1717
"Patch": 0
1818
},
1919
"satisfies": [

_generated/UseDotNetV2.versionmap.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|2.234.0
2-
Node20_229_3|2.234.1
1+
Default|2.235.0
2+
Node20_229_3|2.235.1

_generated/UseDotNetV2/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 234,
16+
"Minor": 235,
1717
"Patch": 0
1818
},
1919
"satisfies": [
@@ -195,7 +195,7 @@
195195
"DepricatedVersionNetCore": "NET Core version you specfied %s is out of support and will be removed from hosted agents soon. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy."
196196
},
197197
"_buildConfigMapping": {
198-
"Default": "2.234.0",
199-
"Node20_229_3": "2.234.1"
198+
"Default": "2.235.0",
199+
"Node20_229_3": "2.235.1"
200200
}
201201
}

_generated/UseDotNetV2/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 234,
16+
"Minor": 235,
1717
"Patch": 0
1818
},
1919
"satisfies": [
@@ -195,7 +195,7 @@
195195
"DepricatedVersionNetCore": "ms-resource:loc.messages.DepricatedVersionNetCore"
196196
},
197197
"_buildConfigMapping": {
198-
"Default": "2.234.0",
199-
"Node20_229_3": "2.234.1"
198+
"Default": "2.235.0",
199+
"Node20_229_3": "2.235.1"
200200
}
201201
}

_generated/UseDotNetV2_Node20/package-lock.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_generated/UseDotNetV2_Node20/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"azure-pipelines-tasks-packaging-common": "^2.198.1",
3232
"azure-pipelines-tasks-utility-common": "^3.198.1",
3333
"azure-pipelines-tool-lib": "^2.0.4",
34+
"json5": "^2.2.3",
3435
"semver": "6.3.0",
3536
"typed-rest-client": "^1.8.9"
3637
},

_generated/UseDotNetV2_Node20/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 234,
16+
"Minor": 235,
1717
"Patch": 1
1818
},
1919
"satisfies": [
@@ -199,7 +199,7 @@
199199
"DepricatedVersionNetCore": "NET Core version you specfied %s is out of support and will be removed from hosted agents soon. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy."
200200
},
201201
"_buildConfigMapping": {
202-
"Default": "2.234.0",
203-
"Node20_229_3": "2.234.1"
202+
"Default": "2.235.0",
203+
"Node20_229_3": "2.235.1"
204204
}
205205
}

_generated/UseDotNetV2_Node20/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 234,
16+
"Minor": 235,
1717
"Patch": 1
1818
},
1919
"satisfies": [
@@ -199,7 +199,7 @@
199199
"DepricatedVersionNetCore": "ms-resource:loc.messages.DepricatedVersionNetCore"
200200
},
201201
"_buildConfigMapping": {
202-
"Default": "2.234.0",
203-
"Node20_229_3": "2.234.1"
202+
"Default": "2.235.0",
203+
"Node20_229_3": "2.235.1"
204204
}
205205
}

0 commit comments

Comments
 (0)