Skip to content

Commit d61dbf0

Browse files
Fix vsix package to include dependencies (#480)
1 parent 6f12874 commit d61dbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CredentialProvider.Microsoft.VSIX/Microsoft.CredentialProvider.swr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ folder InstallDir:\Common7\IDE\CommonExtensions\Microsoft\NuGet\Plugins\Credenti
105105
file source=$(PluginBinPath)\System.Runtime.Serialization.Xml.dll
106106
file source=$(PluginBinPath)\System.Security.Claims.dll
107107
file source=$(PluginBinPath)\System.Security.Cryptography.Algorithms.dll
108-
file source=$(PluginBinPath)\System.Security.Cryptography.Cng.dll
109108
file source=$(PluginBinPath)\System.Security.Cryptography.Csp.dll
110109
file source=$(PluginBinPath)\System.Security.Cryptography.Encoding.dll
111110
file source=$(PluginBinPath)\System.Security.Cryptography.Pkcs.dll
112111
file source=$(PluginBinPath)\System.Security.Cryptography.Primitives.dll
112+
file source=$(PluginBinPath)\System.Security.Cryptography.ProtectedData.dll
113113
file source=$(PluginBinPath)\System.Security.Cryptography.X509Certificates.dll
114114
file source=$(PluginBinPath)\System.Security.Principal.dll
115115
file source=$(PluginBinPath)\System.Security.SecureString.dll

0 commit comments

Comments
 (0)