Skip to content

Commit d0198ec

Browse files
committed
chore: Setting projectTarget in atc-coding-rules-updater.json to dotnet7
1 parent 29fe4b8 commit d0198ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

atc-coding-rules-updater.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"Mappings": {
3-
"Src": { "Paths": [ "src" ] },
4-
"Test": { "Paths": [ "test" ] }
2+
"projectTarget": "DotNet7",
3+
"mappings": {
4+
"src": { "paths": [ "src" ] },
5+
"test": { "paths": [ "test" ] }
56
}
67
}

0 commit comments

Comments
 (0)