Skip to content

Commit cdc10fd

Browse files
CopilotMalcolmnixon
andcommitted
Fix SarifMark version from 1.2.0 to 1.1.0
Corrected the SarifMark version in dotnet-tools.json to use the actual available version 1.1.0 instead of non-existent 1.2.0. Verified with dotnet tool restore. Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent e7081de commit cdc10fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"demaconsulting.sarifmark": {
24-
"version": "1.2.0",
24+
"version": "1.1.0",
2525
"commands": [
2626
"sarifmark"
2727
]

0 commit comments

Comments
 (0)