Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 64c0cda

Browse files
committed
Reference the latest public version of JetBrains.Annotations
1 parent 1b8b258 commit 64c0cda

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/AspNet.Security.OAuth.Introspection/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
34+
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3535
"Microsoft.AspNetCore.Authentication": "1.0.0-rc2-*",
3636
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-rc2-*",
3737
"Newtonsoft.Json": "8.0.3"

src/AspNet.Security.OAuth.Validation/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
34+
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3535
"Microsoft.AspNetCore.Authentication": "1.0.0-rc2-*"
3636
},
3737

src/Owin.Security.OAuth.Introspection/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333

3434
"dependencies": {
35-
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
35+
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",
3737
"Microsoft.Extensions.Logging": "1.0.0-rc2-*",
3838
"Microsoft.Owin.Security.Interop": "1.0.0-rc2-*",

src/Owin.Security.OAuth.Validation/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333

3434
"dependencies": {
35-
"JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" },
35+
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" },
3636
"Microsoft.Extensions.Logging": "1.0.0-rc2-*",
3737
"Microsoft.Owin.Security.Interop": "1.0.0-rc2-*"
3838
},

0 commit comments

Comments
 (0)