mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Fix Unexpected token error (#162)
The file has been fixed to correctly list the files that the instructions should be applied to.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices.'
|
description: 'Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices.'
|
||||||
applyTo: '**/*.csproj', '**/*.cs'
|
applyTo: '**/*.csproj, **/*.cs'
|
||||||
---
|
---
|
||||||
|
|
||||||
# .NET Framework Development
|
# .NET Framework Development
|
||||||
|
|||||||
Reference in New Issue
Block a user