File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
daprdocs/content/en/developing-applications/building-blocks/bindings Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,6 @@ The code examples below leverage Dapr SDKs to invoke the output bindings endpoin
112112
113113Here's an example of using a console app with top-level statements in .NET 6+ :
114114
115- Here's an example of using a console app with top-level statements in .NET 6+ :
116-
117- Here's an example of using a console app with top-level statements in .NET 6+ :
118-
119115` ` ` csharp
120116using System.Text;
121117using System.Threading.Tasks;
Original file line number Diff line number Diff line change @@ -121,10 +121,6 @@ Below are code examples that leverage Dapr SDKs to demonstrate an input binding.
121121
122122The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
123123
124- The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
125-
126- The following example demonstrates how to configure an input binding using ASP.NET Core controllers.
127-
128124` ` ` csharp
129125using System.Collections.Generic;
130126using System.Threading.Tasks;
You can’t perform that action at this time.
0 commit comments