diff --git a/Minimatch.Tests/project.fragment.lock.json b/Minimatch.Tests/project.fragment.lock.json index 5ffe157..285ddc6 100644 --- a/Minimatch.Tests/project.fragment.lock.json +++ b/Minimatch.Tests/project.fragment.lock.json @@ -3,7 +3,7 @@ "exports": { "Minimatch/1.0.0": { "type": "project", - "framework": ".NETStandard,Version=v1.0", + "framework": ".NETCoreApp,Version=v1.0", "compile": { "./bin/Minimatch.dll": {} }, diff --git a/Minimatch.Tests/project.json b/Minimatch.Tests/project.json index 623fbeb..b906c97 100644 --- a/Minimatch.Tests/project.json +++ b/Minimatch.Tests/project.json @@ -6,25 +6,24 @@ "dependencies": { "dotnet-test-mstest": "1.0.1-preview", "MSTest.TestFramework": "1.0.0-preview", - "NETStandard.Library": "1.5.0-rc2-24027" + "NETStandard.Library": "1.6.0" }, "frameworks": { "netcoreapp1.0": { "imports": [ - "dnxcore50", + "dotnet5.6", "portable-net45+win8" ], - "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-rc2-3002702", + "version": "1.0.1", "type": "platform" - }, - "Minimatch": { - "target": "project", - "version": "2.0" } + }, + "Minimatch": { + "target": "project", + "version": "2.0" } } } diff --git a/Minimatch/project.json b/Minimatch/project.json index 650d44c..aec158f 100644 --- a/Minimatch/project.json +++ b/Minimatch/project.json @@ -16,10 +16,19 @@ "keyFile": "Minimatch.snk", "xmlDoc": true }, - "dependencies": { - "NETStandard.Library": "1.0.0-rc2-23910" - }, "frameworks": { - "netstandard1.0": { } + "netstandard1.0": { + "dependencies": { + "NETStandard.Library": "1.0.0-rc2-23910" + }, + }, + "netcoreapp1.0": { + "imports": [ + "dotnet5.6" + ], + "dependencies": { + "NETStandard.Library": "1.6.0" + } + } } } \ No newline at end of file