Commit Graph

150 Commits

Author SHA1 Message Date
Pranav K 834b47e225 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 20:00:48 -07:00
Pranav K b647c68176 Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:23 -07:00
Pranav K 8673a64b2b Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:44:37 -07:00
Pranav K 14c35c1fae Branching for rel/2.0.0-preview2 2017-05-31 19:36:49 -07:00
Kiran Challa 758006d17f Updated to use the latest shared runtime 2017-05-26 12:41:43 -07:00
Kiran Challa e3114dc6a4 Temporarily change tfm to netstandard1.3
Ideally we want to target netstandard2.0 but this conversion is blocked on the issue: https://github.com/dotnet/sdk/issues/1219
2017-05-19 14:00:08 -07:00
Nate McMaster a7524e189d Upgrade test framework versions and fix test issues 2017-05-15 16:14:55 -07:00
Pavel Krymets 7a7dc71164 Remove unnecessary package references (#79) 2017-05-10 11:45:31 -07:00
Jass Bagga 078e313cb5 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-05 16:27:41 -07:00
Jass Bagga ec0ce4b638 Change TFM to netcoreapp2.0 (#78) 2017-05-05 16:17:15 -07:00
Jass Bagga 378136f794 Change TFM to netcoreapp2.0 (#78) 2017-05-05 16:12:46 -07:00
Pavel Krymets 95d2ee5d8f Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:24:09 -07:00
Pavel Krymets 8a0a8a781e Update InternalAspNetCoreSdkVersion 2017-05-05 10:23:47 -07:00
Pranav K f0a3b2943c Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:12 -07:00
Pranav K 4628a2ff4e Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:39 -07:00
Pranav K d0e7b6b7cd Updating package version to preview2 2017-04-26 07:13:08 -07:00
Pranav K b9afe6f1c6 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:03:24 -07:00
Pranav K c4dbc8d315 Branching for 2.0.0-preview1 2017-04-25 22:03:21 -07:00
Pranav K e61f7a591c Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:08 -07:00
Pranav K 290fd0a28d Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K 99ff496e71 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:34 -07:00
Kiran Challa ab6e74f4b4 Upgraded Json.NET version to 10.0.1 2017-03-28 10:24:16 -07:00
Pranav K f66753cc3c Remove net451 as a cross-compile target 2017-03-24 16:01:41 -07:00
Kiran Challa d2be921ca4 Converted test project to run on netcoreapp2.0 2017-03-22 15:24:04 -07:00
Nate McMaster 616f7dcfe7
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 11:46:29 -07:00
Nate McMaster 832cbdcee8 Unify dependency versions to one file 2017-03-15 15:11:25 -07:00
Nate McMaster d01f81eeb8
Update appveyor and travis settings 2017-03-14 13:40:42 -07:00
David Fowler 6b505c37a5 Merge pull request #71 from aspnet/no-mono
No mono
2017-03-09 13:30:32 -08:00
David Fowler 9c618c8600 Update .travis.yml 2017-03-08 20:00:41 -08:00
Thierry Fleury d3a09ca9e8 Correct ListAdapter tests
Modifying a ReadOnlyCollection will always fail
2017-03-08 12:46:57 -08:00
Thierry Fleury 42d0d40b36 [Fixes #61] Move must keep object reference 2017-03-08 12:26:10 -08:00
Nate McMaster dcfbbab005 Update AppVeyor and Travis settings 2017-03-01 18:25:39 -08:00
Nate McMaster 1f74ceca1b Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Kiran Challa b312a84ff4 Fixed solution file 2017-02-24 15:55:59 -08:00
Nate McMaster 8051f3671b
Downgrade to stable packages 2017-02-14 16:15:33 -08:00
Doug Bunting 50abb557fc Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-13 12:18:55 -08:00
Jass Bagga 48ab68bd2a Upgrade to msbuild
Addresses #57
2017-01-30 15:58:19 -08:00
Kiran Challa b240929cf4 Merge branch 'rel/1.1.1' into dev
Conflicts:
	NuGet.config
	src/Microsoft.AspNetCore.JsonPatch/project.json
	test/Microsoft.AspNetCore.JsonPatch.Test/project.json
2017-01-26 14:02:29 -08:00
Kiran Challa 7a487a880a [Fixes #48] Regression: List add must support adding items where index is same as count of elements 2017-01-26 13:48:12 -08:00
Jass Bagga 0795ec1d9a Add tests for Replace operation with null checks for property (#56)
See #32
2017-01-26 11:28:35 -08:00
Kiran Challa e8452821b9 [Fixes #50] JsonPatchDocument.Replace() yields invalid path when [JsonProperty] is used (1.1.0) 2017-01-03 15:15:01 -08:00
Eilon Lipton 32c68c335c Merge pull request #49 from drovani/patch-1
Fixed minor spelling error in comments.
2016-12-28 14:37:51 -08:00
David Rovani 5966024d01 Fixed minor spelling error in comments. 2016-12-23 09:33:39 -06:00
Pranav K c8c2dfaad9 Updating to 4.4 CoreFx packages 2016-12-14 14:47:29 -08:00
Ajay Bhargav Baaskaran 9bf8486fe5 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:23 -08:00
N. Taylor Mullen 5d8be62037 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:01:52 -08:00
N. Taylor Mullen 4dea3e7512 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:57:04 -08:00
Pranav K 4faf89030c Pinning versions for 1.1.0 release 2016-11-18 12:12:17 -08:00
Nate McMaster 758f35835c
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:56:54 -08:00
Pranav K 6ee6220e06 Updating versions to 1.2.0-* 2016-11-09 14:18:11 -08:00