Skip to content
Snippets Groups Projects
Commit 52ac3a59 authored by Frederik Carlier's avatar Frederik Carlier
Browse files

Strong-name the assembly

parent 36cdfacd
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,10 @@ ...@@ -7,7 +7,10 @@
"licenseUrl": "https://github.com/MasterDevs/ChromeDevTools/blob/master/LICENSE", "licenseUrl": "https://github.com/MasterDevs/ChromeDevTools/blob/master/LICENSE",
"iconUrl": "http://masterdevs.com/images/FavIcon_144.png" "iconUrl": "http://masterdevs.com/images/FavIcon_144.png"
}, },
"buildOptions": {}, "buildOptions": {
"keyFile": "MasterDevs.ChromeDevTools.snk",
"strongName": true
},
"dependencies": { "dependencies": {
"Newtonsoft.Json": "9.0.1" "Newtonsoft.Json": "9.0.1"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment