You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade PowerShell 7.0 language worker dependencies (#924)
* Upgrade to .NET SDK 3.1.426
* Upgrade Microsoft.PowerShell.SDK to 7.0.13
* Upgrade CommandLineParser to 2.9.1
* Upgrade Google.Protobuf to 3.21.9
* Upgrade Grpc.Core to 2.46.6
* Add System.DirectoryServices.Protocols version 5.0.1
* Update E2E test project dependencies
* Upgrade unit test project dependencies
* Use LoggerFactory.Create to create the console logger
Copy file name to clipboardExpand all lines: test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj
Copy file name to clipboardExpand all lines: test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Fixtures/FunctionAppFixture.cs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,7 @@ public class FunctionAppFixture : IDisposable
15
15
publicFunctionAppFixture()
16
16
{
17
17
// initialize logging
18
-
#pragma warning disable CS0618// Type or member is obsolete
0 commit comments