Browse Source

Reacting to CoreCLR package version changes

Pranav K 10 years ago
parent
commit
4e68e8f3ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Microsoft.AspNetCore.Cryptography.Internal/project.json

+ 1 - 1
src/Microsoft.AspNetCore.Cryptography.Internal/project.json

@@ -12,7 +12,7 @@
       "dependencies": {
         "System.Diagnostics.Debug": "4.0.11-*",
         "System.Runtime.Handles": "4.0.1-*",
-        "System.Runtime.InteropServices": "4.0.21-*",
+        "System.Runtime.InteropServices": "4.1.0-*",
         "System.Security.Cryptography.Primitives": "4.0.0-*",
         "System.Threading": "4.0.11-*"
       }