Skip to content

Commit 1462a65

Browse files
Remove unnecessary dependencies
1 parent 890d2e9 commit 1462a65

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

doBuild.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ function DoBuild
119119
'NuGet.Versioning'
120120
'OrasProject.Oras'
121121
'System.ClientModel'
122-
'System.Diagnostics.DiagnosticSource'
123122
'System.IO.FileSystem.AccessControl'
124123
'System.Memory.Data'
125124
'System.Security.Cryptography.ProtectedData'

src/code/ModuleInitAndCleanup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public class UnsafeAssemblyHandler : IModuleAssemblyInitializer, IModuleAssembly
2121
"System.Threading.Tasks.Extensions",
2222
"System.Runtime.CompilerServices.Unsafe",
2323
"System.Memory",
24-
"System.Diagnostics.DiagnosticSource",
2524
"System.Text.Json",
2625
"System.Security.Cryptography.ProtectedData"
2726
};

0 commit comments

Comments
 (0)