-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgraded dependencies and removed submodules
- Loading branch information
1 parent
01e71a1
commit bcaf274
Showing
10 changed files
with
15,681 additions
and
6,877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "Mime-Detective"] | ||
path = Mime-Detective | ||
url = https://github.com/clarkis117/Mime-Detective.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Mime-Detective
deleted from
ecd0b1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"projects": [ "src", "test", "Mime-Detective", "../Mime-Detective" ], | ||
"projects": [ "src", "test" ], | ||
"sdk": { | ||
"version": "1.0.0-preview2-003121" | ||
"version": "1.0.0-preview2-003131" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
{ | ||
"version": "1.0.0", | ||
"version": "1.0.0", | ||
|
||
"dependencies": { | ||
"xunit": "2.2.0-beta2-build3300", | ||
"NETStandard.Library": "1.6.0", | ||
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0", | ||
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0", | ||
"GenFu": "1.1.1", | ||
"Microsoft.EntityFrameworkCore": "1.0.0", | ||
"GenericMvcUtilities": "1.0.*" | ||
}, | ||
"frameworks": { | ||
"netstandard1.6": { | ||
"dependencies": { | ||
"buildOptions": { | ||
"warningsAsErrors": false, | ||
"preserveCompilationContext": true | ||
}, | ||
|
||
}, | ||
"imports": [ | ||
"dotnet5.6", | ||
"dnxcore50", | ||
"portable-net451+win8" | ||
] | ||
} | ||
} | ||
"dependencies": { | ||
"xunit": "2.1.0", | ||
"NETStandard.Library": "1.6.1", | ||
"Microsoft.AspNetCore.TestHost": "1.1.0", | ||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0", | ||
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0", | ||
"GenFu": "1.2.1", | ||
"GenericMvcUtilities": { "target": "project" } | ||
}, | ||
"frameworks": { | ||
"net4.6": { | ||
}, | ||
"netstandard1.6": { | ||
"imports": [ | ||
"dnxcore50", | ||
"portable-net451+win8" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.