Skip to content

Commit b26c209

Browse files
committed
We will no longer support VS 2019, you must have VS 2022 to use the C# Code examples
1 parent 95108a6 commit b26c209

File tree

9 files changed

+3
-322
lines changed

9 files changed

+3
-322
lines changed

JWT-Console/JWT-Console - VS2019.csproj

Lines changed: 0 additions & 37 deletions
This file was deleted.

JWT-Console/JWT-Console - VS2019.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

Quick_ACG/Quick_ACG - VS2019.csproj

Lines changed: 0 additions & 67 deletions
This file was deleted.

Quick_ACG/Quick_ACG - VS2019.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For a list of code examples that use the Admin API, see the [How-to guides overv
7979
where {base_url} is the URL for the web app.
8080

8181
1. [C# .NET Core](https://dotnet.microsoft.com/download/dotnet-core) 3.1 or later.
82-
1. [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with ASP.NET package (Visual Studio 2019 is also supported).
82+
1. [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with ASP.NET package
8383

8484

8585
### Installation steps
@@ -118,11 +118,11 @@ Also, in order to select JSON Web Token authentication in the launcher, in launc
118118
1. Select your desired code example.
119119

120120
## Authorization Code Grant embedded signing example:
121-
1. Double click the Quick_ACG.csproj (or Quick_ACG-2019.csproj for VS 2109) file in the Quick_ACG folder of your Quickstart project.
121+
1. Double click the Quick_ACG.csproj file in the Quick_ACG folder of your Quickstart project.
122122
1. Select the green Play IIS Express button.
123123

124124
## JWT grant remote signing project
125-
1. Double click the JWT-Console.csproj (or JWT-Console-2019.csproj for VS 2109) file in the JWT-Console folder of your Quickstart project.
125+
1. Double click the JWT-Console.csproj file in the JWT-Console folder of your Quickstart project.
126126
1. Select the green Play JWT Console button.
127127

128128
## Payments code example

launcher-csharp - VS2019.sln

Lines changed: 0 additions & 48 deletions
This file was deleted.

launcher-csharp.Tests/launcher-csharp.Tests - VS2019.csproj

Lines changed: 0 additions & 44 deletions
This file was deleted.

launcher-csharp/Admin/Examples/AuditUsers.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ public static IEnumerable<UserDrilldownResponse> GetRecentlyModifiedUsersData(st
5151
//ds-snippet-end:Admin5Step5
5252
}
5353

54-
55-
5654
return usersData;
5755
}
5856
}

launcher-csharp/launcher-csharp - VS2019.csproj

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)