Skip to content

Commit

Permalink
Remove System.ServiceModel.Primitives.dll (Azure#16882)
Browse files Browse the repository at this point in the history
* Remove System.Private.ServiceModel.dll

* add more

* Add changelog
  • Loading branch information
dingmeng-xue authored Jan 21, 2022
1 parent 0fc3761 commit 9ed13e7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<clear />
<!-- 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 -->
<add key="local-feed" value="tools/LocalFeed" />
<add key="azure-powershell" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-powershell/nuget/v3/index.json" />
Expand Down
1 change: 1 addition & 0 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->

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

## Version 2.7.1
* Copied `ServicePrincipalSecret` and `CertificatePassword` from Az.Accounts buildin profile to customer set profile. [#16617]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ public static class CustomAssemblyResolver
{"System.Memory.Data", new Version("1.0.2.0")},
{"System.Net.Http.WinHttpHandler", new Version("4.0.2.0")},
{"System.Numerics.Vectors", new Version("4.1.3.0")},
{"System.Private.ServiceModel", new Version("4.1.2.1")},
{"System.Reflection.DispatchProxy", new Version("4.0.3.0")},
{"System.Runtime.CompilerServices.Unsafe", new Version("4.0.5.0")},
{"System.Security.AccessControl", new Version("4.1.1.0")},
{"System.Security.Cryptography.Cng", new Version("4.3.0.0")},
{"System.Security.Permissions", new Version("4.0.1.0")},
{"System.Security.Principal.Windows", new Version("4.1.1.0")},
{"System.ServiceModel.Primitives", new Version("4.2.0.0")},
{"System.Text.Encodings.Web", new Version("4.0.5.1")},
{"System.Text.Json", new Version("4.0.0.0")},
{"System.Threading.Tasks.Extensions", new Version("4.2.0.1")},
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9ed13e7

Please sign in to comment.