Skip to content

Commit 0ae8ac8

Browse files
Copilotfelickz
andcommitted
Add Copilot Coding Agent configuration for .NET 9.x support
Co-authored-by: felickz <[email protected]>
1 parent 03ce3ea commit 0ae8ac8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.copilot/agent.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: .NET 9 Environment Setup
2+
description: Configure Copilot Coding Agent environment with .NET 9.x support
3+
4+
on:
5+
- coding
6+
7+
steps:
8+
- name: Setup .NET 9
9+
uses: actions/setup-dotnet@v4
10+
with:
11+
dotnet-version: '9.x'

0 commit comments

Comments
 (0)