Skip to content

Commit 8ad1d79

Browse files
authored
Make System.ClientModel private (#10034) (#10036)
1 parent bee82b6 commit 8ad1d79

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/WebJobs.Script/runtimeassemblies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@
961961
},
962962
{
963963
"name": "System.ClientModel",
964-
"resolutionPolicy": "runtimeVersion"
964+
"resolutionPolicy": "private"
965965
},
966966
{
967967
"name": "System.Collections",

tools/ExtensionsMetadataGenerator/test/ExtensionsMetadataGeneratorTests/ExistingRuntimeAssemblies.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ Newtonsoft.Json.Bson.dll
159159
System.dll
160160
System.AppContext.dll
161161
System.Buffers.dll
162-
System.ClientModel.dll
163162
System.Collections.dll
164163
System.Collections.Concurrent.dll
165164
System.Collections.Immutable.dll

0 commit comments

Comments
 (0)