From b26c2098460d2a9db39263c51ee40eed07a709ba Mon Sep 17 00:00:00 2001 From: inbargazit Date: Fri, 26 Jan 2024 14:46:38 -0800 Subject: [PATCH] We will no longer support VS 2019, you must have VS 2022 to use the C# Code examples --- JWT-Console/JWT-Console - VS2019.csproj | 37 ---------- JWT-Console/JWT-Console - VS2019.sln | 25 ------- Quick_ACG/Quick_ACG - VS2019.csproj | 67 ----------------- Quick_ACG/Quick_ACG - VS2019.sln | 25 ------- README.md | 6 +- launcher-csharp - VS2019.sln | 48 ------------- .../launcher-csharp.Tests - VS2019.csproj | 44 ------------ launcher-csharp/Admin/Examples/AuditUsers.cs | 2 - .../launcher-csharp - VS2019.csproj | 71 ------------------- 9 files changed, 3 insertions(+), 322 deletions(-) delete mode 100644 JWT-Console/JWT-Console - VS2019.csproj delete mode 100644 JWT-Console/JWT-Console - VS2019.sln delete mode 100644 Quick_ACG/Quick_ACG - VS2019.csproj delete mode 100644 Quick_ACG/Quick_ACG - VS2019.sln delete mode 100644 launcher-csharp - VS2019.sln delete mode 100644 launcher-csharp.Tests/launcher-csharp.Tests - VS2019.csproj delete mode 100644 launcher-csharp/launcher-csharp - VS2019.csproj diff --git a/JWT-Console/JWT-Console - VS2019.csproj b/JWT-Console/JWT-Console - VS2019.csproj deleted file mode 100644 index fd2d65d6..00000000 --- a/JWT-Console/JWT-Console - VS2019.csproj +++ /dev/null @@ -1,37 +0,0 @@ - - - - Exe - net5.0 - JWT_Console - JWT - - - - bin\Debug\net6.0 - false - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/JWT-Console/JWT-Console - VS2019.sln b/JWT-Console/JWT-Console - VS2019.sln deleted file mode 100644 index 9a6e3926..00000000 --- a/JWT-Console/JWT-Console - VS2019.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.33214.272 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWT-Console - VS2019", "JWT-Console - VS2019.csproj", "{A23AA1F5-82BD-44CC-AB96-815E24B4FBC1}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A23AA1F5-82BD-44CC-AB96-815E24B4FBC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A23AA1F5-82BD-44CC-AB96-815E24B4FBC1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A23AA1F5-82BD-44CC-AB96-815E24B4FBC1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A23AA1F5-82BD-44CC-AB96-815E24B4FBC1}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {6B9D4E78-4299-44F0-8F18-7042283EE4EF} - EndGlobalSection -EndGlobal diff --git a/Quick_ACG/Quick_ACG - VS2019.csproj b/Quick_ACG/Quick_ACG - VS2019.csproj deleted file mode 100644 index 14f9a59b..00000000 --- a/Quick_ACG/Quick_ACG - VS2019.csproj +++ /dev/null @@ -1,67 +0,0 @@ - - - - netcoreapp3.1 - 8.0 - DocuSign.CodeExamples - - - - - - bin\Debug\net6.0 - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - diff --git a/Quick_ACG/Quick_ACG - VS2019.sln b/Quick_ACG/Quick_ACG - VS2019.sln deleted file mode 100644 index 190f2436..00000000 --- a/Quick_ACG/Quick_ACG - VS2019.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.33214.272 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quick_ACG - VS2019", "Quick_ACG - VS2019.csproj", "{732D5F91-456C-4792-9008-493ED6F03D62}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {732D5F91-456C-4792-9008-493ED6F03D62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {732D5F91-456C-4792-9008-493ED6F03D62}.Debug|Any CPU.Build.0 = Debug|Any CPU - {732D5F91-456C-4792-9008-493ED6F03D62}.Release|Any CPU.ActiveCfg = Release|Any CPU - {732D5F91-456C-4792-9008-493ED6F03D62}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {1E2E62CA-F08D-4C92-9245-C4D178287148} - EndGlobalSection -EndGlobal diff --git a/README.md b/README.md index 6cfcc49e..0eca6e6a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/launcher-csharp - VS2019.sln b/launcher-csharp - VS2019.sln deleted file mode 100644 index 32ee10f6..00000000 --- a/launcher-csharp - VS2019.sln +++ /dev/null @@ -1,48 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.33214.272 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB51B51C-3F00-413F-B0FA-1B933BA50D22}" - ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "launcher-csharp - VS2019", "launcher-csharp\launcher-csharp - VS2019.csproj", "{A1F9E952-DF16-468F-A9FD-09A2668B4DFE}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWT-Console - VS2019", "JWT-Console\JWT-Console - VS2019.csproj", "{A8FDC5E3-7357-4318-AF5E-BA33D7AC6A21}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quick_ACG - VS2019", "Quick_ACG\Quick_ACG - VS2019.csproj", "{E2402A99-15A7-4D9E-A0CD-2B8CE3210ADF}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "launcher-csharp.Tests - VS2019", "launcher-csharp.Tests\launcher-csharp.Tests - VS2019.csproj", "{018B36EC-FEB6-4AE7-9E32-DA9A1C25854E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A1F9E952-DF16-468F-A9FD-09A2668B4DFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A1F9E952-DF16-468F-A9FD-09A2668B4DFE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A1F9E952-DF16-468F-A9FD-09A2668B4DFE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A1F9E952-DF16-468F-A9FD-09A2668B4DFE}.Release|Any CPU.Build.0 = Release|Any CPU - {A8FDC5E3-7357-4318-AF5E-BA33D7AC6A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A8FDC5E3-7357-4318-AF5E-BA33D7AC6A21}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A8FDC5E3-7357-4318-AF5E-BA33D7AC6A21}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A8FDC5E3-7357-4318-AF5E-BA33D7AC6A21}.Release|Any CPU.Build.0 = Release|Any CPU - {E2402A99-15A7-4D9E-A0CD-2B8CE3210ADF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E2402A99-15A7-4D9E-A0CD-2B8CE3210ADF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E2402A99-15A7-4D9E-A0CD-2B8CE3210ADF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E2402A99-15A7-4D9E-A0CD-2B8CE3210ADF}.Release|Any CPU.Build.0 = Release|Any CPU - {018B36EC-FEB6-4AE7-9E32-DA9A1C25854E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {018B36EC-FEB6-4AE7-9E32-DA9A1C25854E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {018B36EC-FEB6-4AE7-9E32-DA9A1C25854E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {018B36EC-FEB6-4AE7-9E32-DA9A1C25854E}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {4D55DE36-4AC1-4E20-8A32-D56A8EF4839C} - EndGlobalSection -EndGlobal diff --git a/launcher-csharp.Tests/launcher-csharp.Tests - VS2019.csproj b/launcher-csharp.Tests/launcher-csharp.Tests - VS2019.csproj deleted file mode 100644 index f932a596..00000000 --- a/launcher-csharp.Tests/launcher-csharp.Tests - VS2019.csproj +++ /dev/null @@ -1,44 +0,0 @@ - - - - net5.0 - launcher_csharp.Tests - - false - - - - bin\Debug\net6.0 - false - - - - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - diff --git a/launcher-csharp/Admin/Examples/AuditUsers.cs b/launcher-csharp/Admin/Examples/AuditUsers.cs index b9c3c4a4..a158caf8 100644 --- a/launcher-csharp/Admin/Examples/AuditUsers.cs +++ b/launcher-csharp/Admin/Examples/AuditUsers.cs @@ -51,8 +51,6 @@ public static IEnumerable GetRecentlyModifiedUsersData(st //ds-snippet-end:Admin5Step5 } - - return usersData; } } diff --git a/launcher-csharp/launcher-csharp - VS2019.csproj b/launcher-csharp/launcher-csharp - VS2019.csproj deleted file mode 100644 index 30929848..00000000 --- a/launcher-csharp/launcher-csharp - VS2019.csproj +++ /dev/null @@ -1,71 +0,0 @@ - - - - netcoreapp3.1 - 8.0 - - - - - - - bin\Debug\net6.0 - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - $(IncludeRazorContentInPack) - - - $(IncludeRazorContentInPack) - - - $(IncludeRazorContentInPack) - - - -