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:
parent
3c69f5acdd
commit
144dca1641
@ -1,6 +1,6 @@
|
||||
---
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user