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

Commit 0813003

Browse files
committed
Remove explicit reference assemblies versions
1 parent 53607d9 commit 0813003

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"frameworks": {
3737
"net451": {
3838
"frameworkAssemblies": {
39-
"System.ComponentModel": { "type": "build", "version": "4.0.0.0" },
40-
"System.Runtime": { "type": "build", "version": "4.0.10.0" },
41-
"System.Threading.Tasks": { "type": "build", "version": "4.0.0.0" }
39+
"System.ComponentModel": { "type": "build" },
40+
"System.Runtime": { "type": "build" },
41+
"System.Threading.Tasks": { "type": "build" }
4242
}
4343
},
4444

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"frameworks": {
3535
"net451": {
3636
"frameworkAssemblies": {
37-
"System.Runtime": { "type": "build", "version": "4.0.10.0" }
37+
"System.Runtime": { "type": "build" }
3838
}
3939
},
4040

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"net451": {
3939
"frameworkAssemblies": {
4040
"System.Net.Http": "4.0.0.0",
41-
"System.Runtime": { "type": "build", "version": "4.0.10.0" },
42-
"System.Threading.Tasks": { "type": "build", "version": "4.0.0.0" }
41+
"System.Runtime": { "type": "build" },
42+
"System.Threading.Tasks": { "type": "build" }
4343
}
4444
}
4545
}

test/Owin.Security.OAuth.Introspection.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"frameworks": {
1414
"net451": {
1515
"frameworkAssemblies": {
16-
"System.Runtime": { "type": "build", "version": "4.0.10.0" }
16+
"System.Runtime": { "type": "build" }
1717
}
1818
}
1919
},

test/Owin.Security.OAuth.Validation.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"frameworks": {
1515
"net451": {
1616
"frameworkAssemblies": {
17-
"System.Runtime": { "type": "build", "version": "4.0.10.0" }
17+
"System.Runtime": { "type": "build" }
1818
}
1919
}
2020
},

0 commit comments

Comments
 (0)