Skip to content

Commit a5ee35b

Browse files
committed
.NET Core -> .NET
1 parent 56e7498 commit a5ee35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/passwordless/migration-guide/migrate-to-passwordless-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The order and locations in which `DefaultAzureCredential` searches for credentia
1212
1313
The following code example demonstrates how to connect to Service Bus using passwordless connections. The next section describes how to migrate to this setup for a specific service in more detail.
1414

15-
A .NET Core application can pass an instance of `DefaultAzureCredential` into the constructor of a service client class. `DefaultAzureCredential` will automatically discover the credentials that are available in that environment.
15+
A .NET application can pass an instance of `DefaultAzureCredential` into the constructor of a service client class. `DefaultAzureCredential` will automatically discover the credentials that are available in that environment.
1616

1717
```csharp
1818
var serviceBusClient = new ServiceBusClient(

0 commit comments

Comments
 (0)