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: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
**Always follow these instructions first and fallback to additional search and context gathering only if the information in the instructions is incomplete or found to be in error.**
4
4
5
-
smtp4dev is a fake SMTP email server for development and testing, built as a .NET 8.0 web application with a Vue.js 3 frontend. It provides SMTP, IMAP, and web interfaces for testing email functionality during development.
5
+
smtp4dev is a fake SMTP email server for development and testing, built as a .NET 10.0 web application with a Vue.js 3 frontend. It provides SMTP, IMAP, and web interfaces for testing email functionality during development.
6
6
7
7
## Working Effectively
8
8
9
9
### Prerequisites and Dependencies
10
-
- .NET 8.0 SDK (tested with 8.0.119)
10
+
- .NET 10.0 SDK
11
11
- Node.js 20+ and npm 10+ (tested with Node.js 20.19.4, npm 10.8.2)
[Rnwood.Smtp4dev-linux-arm64-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-linux-arm64-$(tag).zip) | Linux ARM 64-bit binary standalone
1148
1148
[Rnwood.Smtp4dev-linux-arm-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-linux-arm-$(tag).zip) | Linux ARM 32-bit binary standalone
1149
1149
[Rnwood.Smtp4dev-linux-musl-x64-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-linux-musl-x64-$(tag).zip) | Linux MUSL x64 binary standalone for Linux distros using MUSL libc
1150
-
[Rnwood.Smtp4dev-noruntime-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-noruntime-$(tag).zip) | Architecture independent version. Should run on any platform where the .NET 8.0 (or greater) runtime is installed
1150
+
[Rnwood.Smtp4dev-noruntime-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-noruntime-$(tag).zip) | Architecture independent version. Should run on any platform where the .NET 10.0 (or greater) runtime is installed
1151
1151
[Docker images for Windows and Linux](https://hub.docker.com/layers/rnwood/smtp4dev/$(tag)) - [How to use Docker image](https://github.com/rnwood/smtp4dev/blob/master/docs/Installation.md#how-to-run-smtp4dev-in-docker)
1152
1152
[.NET tool Rnwood.Smtp4dev $(tag)](https://www.nuget.org/packages/Rnwood.Smtp4dev/$(tag)) | .NET tool (recommended option for Mac OS) - [How to use dotnet tool](https://github.com/rnwood/smtp4dev/blob/master/docs/Installation.md#how-to-run-smtp4dev-as-a-dotnet-global-tool)
| Rnwood.Smtp4dev-noruntime | Architecture dependent version. Should run on any platform where the [.NET 8+ runtime](https://dotnet.microsoft.com/download/dotnet-core/current/runtime) is installed |
57
+
| Rnwood.Smtp4dev-noruntime | Architecture dependent version. Should run on any platform where the [.NET 10+ runtime](https://dotnet.microsoft.com/download/dotnet-core/current/runtime) is installed |
| Rnwood.Smtp4dev-linux-musl-x64 | Linux x64 (Intel 64 bit) binary standalone for MUSL based distros (Alpine Linux) |
60
60
|Rnwood.Smtp4dev-linux-arm | Linux ARM (Intel 32 bit) binary standalone |
@@ -68,7 +68,7 @@ If you don't want to use the dotnet global tool or Docker (see below if you know
68
68
69
69
## How to run smtp4dev as a dotnet global tool
70
70
71
-
If you're using the [.NET 8+ SDK](https://dotnet.microsoft.com/en-us/download/dotnet/latest) you can install smtp4dev as a global tool using the following command:
71
+
If you're using the [.NET 10+ SDK](https://dotnet.microsoft.com/en-us/download/dotnet/latest) you can install smtp4dev as a global tool using the following command:
0 commit comments