Commit Graph

6 Commits

Author SHA1 Message Date
Pranav K 237abd0b69 Change compilation targets.
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 13:50:35 -07:00
Doug Bunting c354afebc8 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

Address existing issues
- work around test failures, including #350
  - skip tests mentioned in #350
  - reorder xunit and xunit.runner.visualstudio; setup fails for .NET Core otherwise
- skip all tests using LocalDB on Linux and OSX
  - `[FrameworkSkipCondition(RuntimeFrameworks.Mono)]` now redundant
- correct AppVeyor image

nits:
- let VS add the test `<Service>`
- use `[ConditionalFact]` when there's no test data
2017-02-16 08:40:27 -08:00
Arthur Vickers f35a3b4918 Remove obsolete calls to AddEntityFramework 2017-01-26 12:03:21 -08:00
Pranav K f1d588bb54 * Fixing missed changes in EF reaction
* Remove npm install warning.
* Target minimal tfm in Diagnostics.Abstractions
2016-03-12 16:32:59 -08:00
N. Taylor Mullen f5c5816a05 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:16 -08:00
N. Taylor Mullen 6102699916 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:07 -08:00