You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-30Lines changed: 17 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
OpenIddict aims at providing a **versatile solution** to implement **OpenID Connect client, server and token validation support in .NET applications**.
10
10
11
11
> [!TIP]
12
-
> While the client, server and token validation features can be used in any ASP.NET 4.6.1+ or
13
-
> [ASP.NET Core 2.1+ web application](https://documentation.openiddict.com/integrations/aspnet-core),
12
+
> While the client, server and token validation features can be used in any ASP.NET 4.6.2+ or
13
+
> [ASP.NET Core 2.3+ web application](https://documentation.openiddict.com/integrations/aspnet-core),
14
14
> the client feature can also be used in
15
15
> [Android, iOS, Linux, Mac Catalyst, macOS and Windows applications](https://documentation.openiddict.com/integrations/operating-systems)
16
16
> to integrate with OpenIddict-based identity providers or any other OAuth 2.0/OpenID Connect-compliant implementation.
@@ -112,13 +112,14 @@ GitHub tickets opened by users who haven't contributed to the project or don't a
112
112
113
113
**Support is only offered for the latest stable version of OpenIddict**. There are, however, two exceptions to this policy:
114
114
-**ABP Framework users receive patches for OpenIddict for as long as ABP Framework itself is supported by Volosoft**
115
-
(typically a year following the release of a major ABP version), whether they have a commercial ABP license or just use the free packages.
115
+
(typically a year following the release of a major ABP version), whether they have a commercial ABP license or just use the free packages:
116
116
117
117
| OpenIddict branch | ABP Framework branch | End of support date (estimated) |
> For more information on the different tiers and the benefits they offer, visit [GitHub Sponsors](https://github.com/sponsors/kevinchalet).
145
151
146
152
--------------
147
153
148
-
## Running locally
149
-
150
-
This project uses the newer `.slnx` format instead of the traditional `.sln` file. You can open it using **Visual Studio 2022** or newer.
151
-
152
-
> [!TIP]
153
-
> If you encounter the following error when trying to open the `.slnx` file:
154
-
>
155
-
> > The selected file is not a valid solution file.
156
-
>
157
-
> It's likely that the **Solution File Persistence Model** feature needs to be enabled. To do this:
158
-
>
159
-
> 1. Open **Visual Studio**.
160
-
> 2. Go to **Tools > Options**.
161
-
> 3. In the left-hand menu, select **Environment > Preview Features**.
162
-
> 4. Enable the checkbox for **Use Solution File Persistence Model**.
163
-
> 5. Click **OK** and restart Visual Studio.
164
-
>
165
-
> Once the solution file opens, you can set the desired project as the **Startup Project** (right-click on the project > *Set as Startup Project*) and start debugging or running as usual.
166
-
167
154
## Nightly builds
168
155
169
156
If you want to try out the latest features and bug fixes, there is a MyGet feed with nightly builds of OpenIddict.
0 commit comments