Skip to content

Commit

Permalink
lets try signed packages from now on... fixes #87
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaCo committed Sep 23, 2016
1 parent 1d2ade3 commit 7811ac7
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 15 deletions.
3 changes: 2 additions & 1 deletion src/CacheManager.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
3 changes: 2 additions & 1 deletion src/CacheManager.Couchbase/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
3 changes: 2 additions & 1 deletion src/CacheManager.Memcached/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
3 changes: 2 additions & 1 deletion src/CacheManager.Microsoft.Extensions.Logging/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
3 changes: 2 additions & 1 deletion src/CacheManager.Serialization.Json/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
3 changes: 2 additions & 1 deletion src/CacheManager.Serialization.ProtoBuf/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
9 changes: 4 additions & 5 deletions src/CacheManager.StackExchange.Redis/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand All @@ -33,29 +34,27 @@
}
},
"dependencies": {
"CacheManager.Core": { "target": "project" }
"CacheManager.Core": { "target": "project" },
"StackExchange.Redis.StrongName": "1.1.605"
},
"frameworks": {
"net40": {
"frameworkAssemblies": {
"System.Configuration": ""
},
"dependencies": {
"StackExchange.Redis": "1.1.603"
}
},
"net45": {
"frameworkAssemblies": {
"System.Configuration": ""
},
"dependencies": {
"StackExchange.Redis": "1.1.603"
}
},
"netstandard1.5": {
"buildOptions": { "define": [ "NETSTANDARD" ] },
"dependencies": {
"StackExchange.Redis": "1.1.604-alpha"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/CacheManager.SystemRuntimeCaching/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
3 changes: 2 additions & 1 deletion src/CacheManager.Web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"allowUnsafe": false,
"languageVersion": "csharp6",
"warningsAsErrors": true,
"xmlDoc": true
"xmlDoc": true,
"keyFile": "../../Tools/key.snk"
},
"copyright": "Copyright (c) 2015 MichaConrad",
"configurations": {
Expand Down
Binary file added tools/key.snk
Binary file not shown.

0 comments on commit 7811ac7

Please sign in to comment.