Skip to content

Commit d2b3cb1

Browse files
authored
Merge pull request #45981 from dotnet/dev/jorobich/pubish-data-update
Add used assembly references feature branch to publishData
2 parents 88bd81b + 1fda807 commit d2b3cb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/config/PublishData.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@
185185
"vsBranch": "master",
186186
"vsMajorVersion": 16
187187
},
188-
"features/dotnetFormat": {
188+
"features/UsedAssemblyReferences": {
189189
"nugetKind": [ "Shipping", "NonShipping" ],
190-
"version": "3.3.*",
190+
"version": "3.8.*",
191191
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ],
192192
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ],
193-
"channels": [ "dotnetFormat" ],
193+
"channels": [ "UsedAssemblyReferences" ],
194194
"vsBranch": "master",
195195
"vsMajorVersion": 16
196196
},

0 commit comments

Comments
 (0)