diff --git a/bindings/csharp/http/batch/program.cs b/bindings/csharp/http/batch/program.cs index 200e1e0d2..1f9a3c245 100644 --- a/bindings/csharp/http/batch/program.cs +++ b/bindings/csharp/http/batch/program.cs @@ -11,12 +11,12 @@ You may obtain a copy of the License at limitations under the License. */ using System; +using System.Globalization; using System.IO; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using Microsoft.AspNetCore.Mvc; -using System.Globalization; //dapr run --app-id batch-http --app-port 7001 --resources-path ../../../components -- dotnet run diff --git a/bindings/csharp/sdk/batch/program.cs b/bindings/csharp/sdk/batch/program.cs index a8c5d8544..31b0f6082 100644 --- a/bindings/csharp/sdk/batch/program.cs +++ b/bindings/csharp/sdk/batch/program.cs @@ -11,13 +11,13 @@ You may obtain a copy of the License at limitations under the License. */ using System; +using System.Globalization; using System.IO; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using Microsoft.AspNetCore.Mvc; using Dapr.Client; -using System.Globalization; // dapr run --app-id batch-sdk --app-port 7002 --resources-path ../../../components -- dotnet run