Skip to content

Commit 6d0cb3c

Browse files
Copilotcsharpfritz
andcommitted
Move Learn More section to end and restore .NET 9.0.100 version
Co-authored-by: csharpfritz <[email protected]>
1 parent 77cd751 commit 6d0cb3c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Content/Tips/copilot-instructions-md.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ lastModified: "2025-06-10"
1313

1414
A `copilot-instructions.md` file is an effective way to customize GitHub Copilot's behavior for your project. By adding this file to your repository, you can guide Copilot to follow your project's coding standards, naming conventions, and architectural patterns.
1515

16-
## Learn More
17-
18-
For comprehensive information about customizing GitHub Copilot, check out these authoritative resources:
19-
20-
- **[GitHub Copilot Documentation](https://docs.github.com/en/copilot)** - Official GitHub documentation covering all aspects of GitHub Copilot
21-
- **[Configuring GitHub Copilot in your environment](https://docs.github.com/en/copilot/configuring-github-copilot)** - Detailed guide on customizing GitHub Copilot settings and behavior
22-
- **[GitHub Copilot in Visual Studio Code](https://learn.microsoft.com/en-us/training/modules/introduction-to-github-copilot/)** - Microsoft Learn training module on using GitHub Copilot effectively
23-
2416
## Setting Up copilot-instructions.md
2517

2618
1. Create a `.github` folder in your project's root directory if it doesn't exist
@@ -122,3 +114,11 @@ and clean architecture patterns.
122114
- 🔄 Keep instructions in sync with your linting rules
123115

124116
Remember, Copilot reads these instructions when generating suggestions, helping ensure consistent, high-quality code that matches your project's standards.
117+
118+
## Learn More
119+
120+
For comprehensive information about customizing GitHub Copilot, check out these authoritative resources:
121+
122+
- **[GitHub Copilot Documentation](https://docs.github.com/en/copilot)** - Official GitHub documentation covering all aspects of GitHub Copilot
123+
- **[Configuring GitHub Copilot in your environment](https://docs.github.com/en/copilot/configuring-github-copilot)** - Detailed guide on customizing GitHub Copilot settings and behavior
124+
- **[GitHub Copilot in Visual Studio Code](https://learn.microsoft.com/en-us/training/modules/introduction-to-github-copilot/)** - Microsoft Learn training module on using GitHub Copilot effectively

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.116",
3+
"version": "9.0.100",
44
"allowPrerelease": true,
55
"rollForward": "latestMajor"
66
}

0 commit comments

Comments
 (0)