Skip to content

Commit 144dca1

Browse files
authored
Fix Unexpected token error (github#162)
The file has been fixed to correctly list the files that the instructions should be applied to.
1 parent 3c69f5a commit 144dca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions/dotnet-framework.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: 'Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices.'
3-
applyTo: '**/*.csproj', '**/*.cs'
3+
applyTo: '**/*.csproj, **/*.cs'
44
---
55

66
# .NET Framework Development

0 commit comments

Comments
 (0)