Skip to content

Commit d21889d

Browse files
committed
docs: add information about .NET 10
- Update documentation based on PR #24 (ashtonav/opencaptcha#24)
1 parent 53a123a commit d21889d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Ashton Abdiukov
3+
Copyright (c) 2025-2026 Ashton Abdiukov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/self-hosting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Before you begin, clone or download the [OpenCaptcha repository](https://github.
2424
## Option 2: Using Visual Studio (recommended for development purposes)
2525

2626
### Requirements
27-
- Visual Studio 2022
27+
- Visual Studio 2026
2828
- With ASP.NET and web development installed from the Visual Studio Installer
29-
- .NET 9 SDK
29+
- .NET 10 SDK
3030

3131
### How to Run
32-
1. Open the solution in Visual Studio 2022.
32+
1. Open the solution in Visual Studio 2026.
3333
2. Build and launch the Captcha.WebApi project.
3434
3. The API can be accessed at [https://localhost:5280](https://localhost:5280).
3535
---

0 commit comments

Comments
 (0)