Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Migrate to the new project system #2720

Merged
merged 48 commits into from
Jun 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
86d9d43
Performed initial migration
thecodejunkie Mar 22, 2017
87c0c5f
Updated version of testing related packages
thecodejunkie Mar 23, 2017
10781f0
Changed Microsoft.NET.Test.Sdk version to 15.0.0
thecodejunkie Mar 24, 2017
13d0346
Updated build.sh
thecodejunkie Mar 26, 2017
da70646
Updated build.ps1
thecodejunkie Mar 26, 2017
f419b7c
Removed unused sources in NuGet.config
thecodejunkie Mar 26, 2017
978a4f2
Removed RuntimeFrameworkVersion elements
thecodejunkie Mar 27, 2017
09e151d
Added DisableImplicitFrameworkReferences for all net452 targets
thecodejunkie Mar 27, 2017
c404752
Updated Nancy.csproj to use implicit reference to NETStandard.Library
thecodejunkie Mar 28, 2017
f2d87ad
Updated Microsoft.Extensions.* packages in Nancy.csproj
thecodejunkie Mar 29, 2017
f21861c
Removed Microsoft.NETCore.Platforms from test projects
thecodejunkie Mar 29, 2017
adfc6f4
Made Nancy.Validation.DataAnnotations.Tests compile again
thecodejunkie Mar 29, 2017
4ec45ee
Fixed typo in Nancy.Validation.DataAnnotatioins.Tests project name
thecodejunkie Mar 29, 2017
3569a7f
Added missing net452 dependency in Nancy.Hosting.Aspnet.Tests.csproj
thecodejunkie Mar 29, 2017
283c8fe
Added missing net452 dependencies to Nancy.Testing.Tests/Nancy.Testin…
thecodejunkie Mar 29, 2017
3920577
Additional typo fixes related to Nancy.Validation.DataAnnotations.Tes…
thecodejunkie Mar 29, 2017
bbf0173
Upgraded references to netcoreapp1.0 to netcoreapp1.1
thecodejunkie Mar 29, 2017
f63d402
Removed use of RuntimeFrameworkVersion element
thecodejunkie Mar 29, 2017
1e2f104
Removed use of PackageTargetFallback
thecodejunkie Mar 31, 2017
2d518cd
Removed explicit use of PackageId
thecodejunkie Mar 31, 2017
c5bb480
Sorted elements in csproj files
thecodejunkie Mar 31, 2017
93b91e3
Sorted TargetFramework TFMs
thecodejunkie Mar 31, 2017
e576db7
Removed explicit use of AssemblyName element
thecodejunkie Mar 31, 2017
453615b
Updated package reference versions
thecodejunkie Apr 2, 2017
733b7a0
Added Directory.build.props file for test projects
thecodejunkie Apr 3, 2017
70935ed
Implemented Directory.build.props file for projects in the src folder
thecodejunkie Apr 3, 2017
db69be1
Added base package tags to source projects
thecodejunkie Apr 3, 2017
71216d9
Removed whitespace from csproj files
thecodejunkie Apr 3, 2017
5933da6
Added csproj for Nancy.ViewEngines.Spark.Tests and added it to Nancy.sln
thecodejunkie Apr 3, 2017
1ffe690
Updated Cake and dotnet CLI
khellang May 1, 2017
28755f7
Fix restore verbosity
khellang May 1, 2017
dec2d5d
Replace xproj with csproj
khellang May 1, 2017
78daacf
Changed VersionPrefix to Version
thecodejunkie May 27, 2017
4c4a3f8
Cleaned up Build.cake
thecodejunkie May 27, 2017
013d300
Fixed broken tests on all tfms
thecodejunkie May 27, 2017
acd63de
Updated Nancy.sln build configurations
thecodejunkie May 27, 2017
58ad5fb
Fixed broken tests
thecodejunkie May 31, 2017
efe454a
Improved build script
thecodejunkie May 31, 2017
414e7d9
Added support for dotnet xunit
thecodejunkie May 31, 2017
043127a
Changed file casing on Directory.Build.props files
thecodejunkie May 31, 2017
5038004
Fixed more broken tests
thecodejunkie May 31, 2017
d642d3b
Updated Directory.Build.props reference in Build.cake
thecodejunkie May 31, 2017
9136ce8
Removed full-framework hack for *nix builds
thecodejunkie Jun 1, 2017
10b4400
Converted test task to use dotnet xunit
thecodejunkie Jun 1, 2017
bbe815c
Removed Mono setup from the Travis configuration
thecodejunkie Jun 1, 2017
99d329d
Pointed net452 target on *nix to Mono assemblies
thecodejunkie Jun 1, 2017
d0b713b
Added Mono back on Travis
thecodejunkie Jun 1, 2017
e48bb0e
Improved test execution task
thecodejunkie Jun 2, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
288 changes: 0 additions & 288 deletions Nancy.Next.sln

This file was deleted.

59 changes: 0 additions & 59 deletions Nancy.Next.sln.DotSettings

This file was deleted.

Loading