Skip to content

Commit 72989ab

Browse files
authored
Merge pull request #7 from skbkontur/dev
Add explicit .NET Framework 4.5 target to lessen dependency footprint
2 parents e945c22 + b327c8e commit 72989ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Superpower/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
}
3232
},
3333

34-
"dependencies": {
35-
"NETStandard.Library": "1.6.0"
36-
},
37-
3834
"frameworks": {
35+
"net4.5": {},
3936
"netstandard1.0": {
37+
"dependencies": {
38+
"NETStandard.Library": "1.6.0"
39+
},
4040
"imports": [
4141
"dnxcore50",
4242
"portable-net45+win8"

0 commit comments

Comments
 (0)