We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fe4b8 commit d0198ecCopy full SHA for d0198ec
atc-coding-rules-updater.json
@@ -1,6 +1,7 @@
1
{
2
- "Mappings": {
3
- "Src": { "Paths": [ "src" ] },
4
- "Test": { "Paths": [ "test" ] }
+ "projectTarget": "DotNet7",
+ "mappings": {
+ "src": { "paths": [ "src" ] },
5
+ "test": { "paths": [ "test" ] }
6
}
7
0 commit comments