Skip to content

Commit e240196

Browse files
committed
Updating README to not mention 2019
1 parent 310f7ca commit e240196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)