Go to file
N. Taylor Mullen 8c293934e8 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:32:25 -08:00
src/Microsoft.AspNetCore.JsonPatch Transition to netstandard. 2016-03-01 13:32:25 -08:00
test/Microsoft.AspNetCore.JsonPatch.Test Transition to netstandard. 2016-03-01 13:32:25 -08:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
JsonPatch.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd Return the error code from build.cmd 2016-02-28 10:12:13 -08:00
build.ps1 Update the build scripts 2016-02-27 12:51:10 -08:00
build.sh Update the build scripts 2016-02-27 12:51:10 -08:00
global.json
makefile.shade

README.md

JsonPatch

AppVeyor: AppVeyor

Travis: Travis

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.