Kiran Challa
393c25988a
[ Fixes #33 ] Dictionary operations fail due to contract issues
2016-10-06 15:43:42 -07:00
Pranav K
9e8aee2478
Updating partner package versions
2016-09-28 11:51:01 -07:00
Kevin Dockx
c88aa0042a
Fix for issue #29 (Honor JsonProperty when serializing a JsonPatchDocument) ( #35 )
...
* Fix for issue #29 (Honor JsonProperty when serializing a JsonPatchDocument)
2016-09-28 09:37:21 -07:00
Doug Bunting
e72d4b4876
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:54:23 -07:00
Pranav K
2e53d0e55b
Switching to dotnet.myget.org feed
2016-08-09 15:04:20 -07:00
Pranav K
e991ebaa4f
Updating to Moq \ Castle.Core that does not require imports
2016-08-08 14:29:46 -07:00
BrennanConroy
c703551772
Update .travis.yml
2016-08-02 13:14:37 -07:00
Doug Bunting
6b08efb122
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:06:18 -07:00
Pranav K
24439bc400
Updating to RTM builds of xunit and Moq
2016-06-30 15:36:11 -07:00
Pranav K
36e5c0e6fa
Updating to dev versions
2016-06-16 10:18:08 -07:00
jacalvar
c35d2c4633
Merge branch 'release' into dev
2016-06-15 14:41:20 -07:00
jacalvar
d7d8af57f6
Update Json.NET to 9.0.1
2016-06-15 14:41:19 -07:00
Pranav K
1ba759e7aa
Merge branch 'release' into dev
2016-06-14 16:28:27 -07:00
Pranav K
288810c95c
Updating to release.
2016-06-14 16:21:56 -07:00
N. Taylor Mullen
af8e9fb443
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:27:34 -07:00
jacalvar
4d77dce803
Remove unncessary imports
2016-06-08 15:07:03 -07:00
jacalvar
0f1836c6dd
Update Json.NET to 9.0.1-beta1
2016-06-03 13:08:19 -07:00
Cesar Blum Silveira
8bd6311703
Fix OSX build on Travis.
2016-05-27 11:32:14 -07:00
John Luo
a2e3bdf408
React to updated CoreCLR packages
...
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:29:26 -07:00
Pranav K
47ee8e0cfa
Revert "Update minor version of TypeConverter ( #22 )"
...
This reverts commit ca1e53bb34 .
2016-05-18 09:44:47 -07:00
Ryan Brandenburg
ca1e53bb34
Update minor version of TypeConverter ( #22 )
2016-05-17 12:28:18 -07:00
Pranav K
83ad2b66f0
Merge branch 'release' into dev
2016-05-02 14:56:27 -07:00
Pranav K
2cd905dd44
Fix build warnings
2016-05-02 11:27:18 -07:00
Pranav K
fc9e2165e5
Merge branch 'release' into dev
2016-04-19 14:54:04 -07:00
Pranav K
088d8b291a
Use latest build of dotnet-test-xunit
2016-04-19 14:54:04 -07:00
Pavel Krymets
a13aaffdfe
Merge branch 'release' into dev
2016-04-18 16:30:01 -07:00
Pavel Krymets
9337f3e48e
Migrate tests, tools and samples to portable
2016-04-18 16:28:14 -07:00
ryanbrandenburg
b63b8d0672
Merge remote-tracking branch 'origin/release' into rybrande/dev
2016-04-14 09:47:04 -07:00
Eilon Lipton
78d3428eb7
Fix package metadata
2016-04-12 19:06:55 -07:00
Pranav K
40c0846696
Merge branch 'release' into dev
2016-04-08 06:46:41 -07:00
Pranav K
aeb3939ac8
Removing imports from src projects
2016-04-08 06:46:41 -07:00
Pranav K
e134c72966
Merge branch 'release' into dev
2016-04-06 09:45:29 -07:00
Pranav K
1de783c26b
Updating to release.
2016-04-06 09:45:27 -07:00
David Fowler
7eb34ad257
Update project.json
...
Fixed System.Runtime.Serialization.Primitives version
2016-03-31 12:08:59 -07:00
Pranav K
98e2d5d4c7
Fix dotnet restore warning
2016-03-25 08:15:10 -07:00
David Fowler
8965b63ec1
Fixed build
2016-03-25 02:02:41 -07:00
Victor Hurdugaci
4e396b8443
Remove the makefile
2016-03-17 14:27:21 -07:00
Cesar Blum Silveira
10c33445dc
ASP.NET 5 -> ASP.NET Core
2016-03-14 21:37:36 -07:00
Ajay Bhargav Baaskaran
bfe81edbdc
Updated Json.Net version
2016-03-14 14:42:18 -07:00
Pranav K
b734291b13
Target minimal TFMs
2016-03-10 21:46:51 -08:00
Nate McMaster
104163e275
Fix backslashes in yml config.
...
[ci skip]
2016-03-09 17:44:47 -08:00
Nate McMaster
b7993bd562
Limit the branches that build on our public CI.
...
[ci skip]
2016-03-09 16:35:07 -08:00
Victor Hurdugaci
5b5655f628
Update the build scripts to the latest version
2016-03-07 20:54:58 -08:00
Ajay Bhargav Baaskaran
e95ed5d204
Added Company, Copyright and Product attributes to AssemblyInfo
2016-03-03 17:31:17 -08:00
Doug Bunting
404a3144cf
Remove project name from output path
...
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:55:57 -08:00
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
Victor Hurdugaci
39af4735ac
Return the error code from build.cmd
2016-02-28 10:12:13 -08:00
Victor Hurdugaci
c6e3cf30d3
Update the build scripts
2016-02-27 12:51:10 -08:00
Doug Bunting
34c0c20851
Update `build.cmd` to match latest template
...
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:47:22 -08:00
Ajay Bhargav Baaskaran
42d913b3ba
Enabled xml doc generation
2016-02-18 16:20:51 -08:00