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 bc68e02 commit d83adcfCopy full SHA for d83adcf
.devcontainer/devcontainer.json
@@ -20,6 +20,8 @@
20
},
21
"remoteEnv": {
22
"PATH": "${containerWorkspaceFolder}/.dotnet:${containerEnv:PATH}",
23
+ // Enable SHA1. Required for compilers to strong name assemblies.
24
+ "OPENSSL_ENABLE_SHA1_SIGNATURES":"1",
25
26
"onCreateCommand": ".devcontainer/init.sh"
27
}
0 commit comments