Skip to content

Commit

Permalink
We will no longer support VS 2019, you must have VS 2022 to use the C…
Browse files Browse the repository at this point in the history
…# Code examples
  • Loading branch information
InbarGazit committed Jan 26, 2024
1 parent 95108a6 commit b26c209
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 322 deletions.
37 changes: 0 additions & 37 deletions JWT-Console/JWT-Console - VS2019.csproj

This file was deleted.

25 changes: 0 additions & 25 deletions JWT-Console/JWT-Console - VS2019.sln

This file was deleted.

67 changes: 0 additions & 67 deletions Quick_ACG/Quick_ACG - VS2019.csproj

This file was deleted.

25 changes: 0 additions & 25 deletions Quick_ACG/Quick_ACG - VS2019.sln

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ For a list of code examples that use the Admin API, see the [How-to guides overv
where {base_url} is the URL for the web app.

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


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

## Authorization Code Grant embedded signing example:
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.
1. Double click the Quick_ACG.csproj file in the Quick_ACG folder of your Quickstart project.
1. Select the green Play IIS Express button.

## JWT grant remote signing project
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.
1. Double click the JWT-Console.csproj file in the JWT-Console folder of your Quickstart project.
1. Select the green Play JWT Console button.

## Payments code example
Expand Down
48 changes: 0 additions & 48 deletions launcher-csharp - VS2019.sln

This file was deleted.

44 changes: 0 additions & 44 deletions launcher-csharp.Tests/launcher-csharp.Tests - VS2019.csproj

This file was deleted.

2 changes: 0 additions & 2 deletions launcher-csharp/Admin/Examples/AuditUsers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public static IEnumerable<UserDrilldownResponse> GetRecentlyModifiedUsersData(st
//ds-snippet-end:Admin5Step5
}



return usersData;
}
}
Expand Down
71 changes: 0 additions & 71 deletions launcher-csharp/launcher-csharp - VS2019.csproj

This file was deleted.

0 comments on commit b26c209

Please sign in to comment.