Commit Graph

267 Commits

Author SHA1 Message Date
Priyanshu Agrawal e0e4b007ec Use http method names from HttpAbstractions
This uses http method names from strings defined HttpMethods class instead of hard coded strings.
2018-02-03 01:36:28 +05:30
Priyanshu Agrawal 58411b4cc4 Use header names from HttpAbstractions
Closes aspnet/Home#2319

This will use constants defined in HeaderNames class instead of hard coded strings.
2018-02-03 01:24:56 +05:30
ASP.NET CI 13e2b6d8e7 Update dependencies.props
[auto-updated: dependencies]
2018-02-01 03:00:24 +00:00
Pranav K b908f6ba47 Updating version to preview2 2018-01-24 15:00:26 -08:00
Pranav K 515c71baa2 Merge branch 'release/2.1' into dev 2018-01-23 15:48:32 -08:00
Pranav K 7e27e805c4 Branching for 2.1.0-preview1 2018-01-23 15:30:26 -08:00
Jass Bagga 95c663a289
Handle malformed origin Uri (#139)
Addresses aspnet/Home#2318
2018-01-08 11:04:57 -08:00
ASP.NET CI 177f528b93 Update dependencies.props
[auto-updated: dependencies]
2018-01-06 14:14:56 -08:00
ASP.NET CI c873fc55f9 Update dependencies.props
[auto-updated: dependencies]
2018-01-04 00:43:22 +00:00
Eilon Lipton a5be7e4cb4
Create ISSUE_TEMPLATE.md 2018-01-02 14:30:14 -08:00
ASP.NET CI 823bbc2809 Update dependencies.props
[auto-updated: dependencies]
2017-12-31 20:37:53 +00:00
ASP.NET CI 07fbc8e795 Update dependencies.props
[auto-updated: dependencies]
2017-12-18 16:36:39 -08:00
ASP.NET CI 13568ba8cf Update dependencies.props
[auto-updated: dependencies]
2017-12-13 20:23:40 +00:00
ASP.NET CI 5dddd72b60 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 12:17:45 -08:00
Ryan Brandenburg 42099ddf6e Update bootstrappers 2017-12-01 12:30:14 -08:00
Pranav K e5c95690db Specify runtime versions to install 2017-11-29 14:09:25 -08:00
Pranav K b8d2b36191 Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 16:27:02 -08:00
Nate McMaster 6a4161762c Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:43 -08:00
Pranav K c9487faa06 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:24 -08:00
Pranav K cec4d3799a Update samples and tests to target netcoreapp2.1 2017-11-14 09:57:46 -08:00
Nate McMaster 8fd36866f9 Pin tool and package versions to make builds more repeatable 2017-10-31 18:04:49 -07:00
Ryan Brandenburg c2c24c0dd5 Add RepositoryRoot 2017-10-18 09:35:34 -07:00
Ryan Brandenburg 604efdf994 Update bootstrappers 2017-10-09 12:41:30 -07:00
Justin Kotalik df571655ac Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:45:34 -07:00
Kiran Challa 5eae687ddd Updated EnableCorsAttribute and UseCors extension to not have to supply a policy name. 2017-09-12 17:06:05 -07:00
Nate McMaster 370bc7d7c5 Use PackageLineup to manage PackageReference versions 2017-08-30 17:22:09 -07:00
Nate McMaster 51aecc2c18 Use Directory.Build.props/targets 2017-08-22 12:32:16 -07:00
Nate McMaster 1c093cbbad Upgrade to xunit 2.3.0-beta4 2017-08-22 12:32:02 -07:00
John Luo facd1349da Ensure fallback to curl after failed wget 2017-08-02 14:31:01 -07:00
John Luo c11fce1765 Update __get_remote_file logic 2017-08-02 12:44:43 -07:00
Nate McMaster d00b873140 Fix syntax warning when running build.sh on older versions of bash
[ci skip]
2017-07-26 10:26:39 -07:00
Nate McMaster 17e4efa104 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:31:08 -07:00
Pranav K dc1bad995f Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:12:37 -07:00
Ryan Brandenburg f332cdb558 Set AspNetCoreVersion 2017-07-24 17:55:00 -07:00
Ryan Brandenburg 7adc92dcef 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:27:18 -07:00
Ryan Brandenburg 9f1560aafb Skip first time experience on Appveyor 2017-07-10 15:19:37 -07:00
Pranav K ccfe3ac21d Merge branch 'rel/2.0.0' into dev 2017-07-10 11:57:55 -07:00
Pranav K e6d73c4faf Updating KoreBuild branch 2017-07-10 11:57:55 -07:00
Pranav K 2aaf19a920 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:41:28 -07:00
Pranav K 058f0503bb Branching for 2.0.0 rtm 2017-07-10 11:41:28 -07:00
Ryan Brandenburg febafdc8b2 Remove NETStandard.Library.NETFramework 2017-07-07 10:25:49 -07:00
Pranav K e37a88ae2c Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:01 -07:00
Nate McMaster 8cacc94046 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:36:45 -07:00
Mike Harder 8608131b4e Set "TreatWarningsAsErrors" before NuGet restore (#115)
* Ensures our build stays clean of NuGet warnings
2017-07-03 17:39:59 -07:00
Pranav K f9cb07b028 Update LICENSE.txt text 2017-07-03 14:05:03 -07:00
Ryan Brandenburg 25351a6f16 Remove NETStandard.Library.NETFramework and update Moq 2017-06-29 10:49:07 -07:00
Pranav K 41def1548f Update dependencies.props
* Update Moq to 4.7.49.
* Add NETStandardImplicitPackageVersion
2017-06-29 07:47:30 -07:00
Nate McMaster 96382a3214 Adding libunwind8 to .travis.yml
[skip appveyor]
2017-06-26 09:35:28 -07:00
Pranav K 2956e1c0e8 Updating versions to preview3 2017-06-01 10:46:40 -07:00
Pranav K 46bfbc3024 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:57:57 -07:00