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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ This repository is a .NET library that combines Microsoft YARP (Yet Another Reve
6
6
The `src/ReverseProxy` directory implements the core functionality of the library. The `src/ReverseProxy.Aspire` directory is an extension that integrates `src/ReverseProxy` into an Aspire solution for managing YARP route/cluster configuration.
7
7
8
8
### Technology Stack
9
-
- .NET 10.0 (LTS)
9
+
- .NET 10.0
10
+
- .NET 8.0
10
11
- Aspire
11
12
- C#
12
13
- Multi-platform support (Windows, Linux, macOS, containers)
A .NET library that combines [Microsoft YARP](https://microsoft.github.io/reverse-proxy/) (Yet Another Reverse Proxy) with runtime configuration APIs and automatic self-signed certificate generation. Designed to simplify development and testing of reverse proxy scenarios with minimal setup.
5
+
A .NET library that combines Microsoft YARP (Yet Another Reverse Proxy) with runtime configuration APIs and automatic self-signed certificate generation. Designed to simplify development and testing of reverse proxy scenarios with minimal setup.
6
6
7
7
## Features
8
8
@@ -16,8 +16,8 @@ A .NET library that combines [Microsoft YARP](https://microsoft.github.io/revers
16
16
17
17
## Prerequisites
18
18
19
-
-[.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) or [.NET 10.0 SDK](https://dotnet.microsoft.com/download/dotnet/10.0)
20
-
-[Aspire](https://aspire.dev/get-started/prerequisites/) (if using Aspire integration)
0 commit comments