Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| [config-text-section](./conventions/config-text-section/README.md) | Manages one named text section in a repository file. |
| [copilot-lsp](./conventions/copilot-lsp/README.md) | Manages project-scoped GitHub Copilot CLI LSP server definitions in `.github/lsp.json`. |
| [copilot-lsp-csharp](./conventions/copilot-lsp-csharp/README.md) | Applies the published C# GitHub Copilot CLI LSP server configuration. |
| [dotnet-common](./conventions/dotnet-common/README.md) | Applies conventions common to Faithlife .NET libraries. |
| [dotnet-common](./conventions/dotnet-common/README.md) | Applies conventions common to repositories that build a .NET solution. |
| [dotnet-sdk](./conventions/dotnet-sdk/README.md) | Ensures the repository has a `global.json` that uses the specified .NET SDK major version or later. |
| [dotnet-sdk10](./conventions/dotnet-sdk10/README.md) | Ensures the repository has a `global.json` that uses the .NET 10 SDK or later. |
| [dotnet-slnx](./conventions/dotnet-slnx/README.md) | Ensures the repository uses `.slnx` solutions rather than `.sln`. |
Expand Down
Loading