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:
Rob Simpson 2025-08-07 19:49:28 -04:00 committed by GitHub
parent 3c69f5acdd
commit 144dca1641
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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