Skip to content

Commit 9ed13e7

Browse files
authored
Remove System.ServiceModel.Primitives.dll (#16882)
* Remove System.Private.ServiceModel.dll * add more * Add changelog
1 parent 0fc3761 commit 9ed13e7

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

NuGet.Config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<clear/>
4+
<clear />
55
<!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
66
<add key="local-feed" value="tools/LocalFeed" />
77
<add key="azure-powershell" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-powershell/nuget/v3/index.json" />

src/Accounts/Accounts/ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Removed legacy assembly System.Private.ServiceModel and System.ServiceModel.Primitives [#16063]
2223

2324
## Version 2.7.1
2425
* Copied `ServicePrincipalSecret` and `CertificatePassword` from Az.Accounts buildin profile to customer set profile. [#16617]

src/Accounts/Authentication/Utilities/CustomAssemblyResolver.cs

-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,12 @@ public static class CustomAssemblyResolver
3737
{"System.Memory.Data", new Version("1.0.2.0")},
3838
{"System.Net.Http.WinHttpHandler", new Version("4.0.2.0")},
3939
{"System.Numerics.Vectors", new Version("4.1.3.0")},
40-
{"System.Private.ServiceModel", new Version("4.1.2.1")},
4140
{"System.Reflection.DispatchProxy", new Version("4.0.3.0")},
4241
{"System.Runtime.CompilerServices.Unsafe", new Version("4.0.5.0")},
4342
{"System.Security.AccessControl", new Version("4.1.1.0")},
4443
{"System.Security.Cryptography.Cng", new Version("4.3.0.0")},
4544
{"System.Security.Permissions", new Version("4.0.1.0")},
4645
{"System.Security.Principal.Windows", new Version("4.1.1.0")},
47-
{"System.ServiceModel.Primitives", new Version("4.2.0.0")},
4846
{"System.Text.Encodings.Web", new Version("4.0.5.1")},
4947
{"System.Text.Json", new Version("4.0.0.0")},
5048
{"System.Threading.Tasks.Extensions", new Version("4.2.0.1")},
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)