Skip to content

Commit

Permalink
Merge pull request #159 from sharparchitecture/releases/4.0.1
Browse files Browse the repository at this point in the history
Enable Json.Net v10, closes #158
  • Loading branch information
cd21h authored Aug 29, 2017
2 parents 3f3a728 + bf041c9 commit ec1bea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NugetTemplates/SharpArch.Domain/SharpArch.Domain.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<language>en-US</language>
<releaseNotes>https://github.com/sharparchitecture/Sharp-Architecture/releases/tag/4.0.0</releaseNotes>
<dependencies>
<dependency id="Newtonsoft.Json" version="[9.0.1,10.0)" />
<dependency id="Newtonsoft.Json" version="[9.0.1,11.0)" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework="net45" />
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cache:

install:
- cmd: git submodule update --init --recursive
- ps: choco install GitVersion.Portable -y
- ps: choco install nuget.commandline GitVersion.Portable opencover resharper-clt.portable nunit.portable -y --no-progress

before_build:
- cmd: nuget restore Solutions/SharpArch.sln
Expand Down

0 comments on commit ec1bea0

Please sign in to comment.