Nate McMaster
d991c50c82
Merge release/2.1 and aspnet/WebSockets release/2.2
2018-10-17 15:47:04 -07:00
Nate McMaster
24f85a200c
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in a036f920b8
2018-10-17 15:34:25 -07:00
Nate McMaster
c2e4a74f7d
React to renaming this repo from Universe to AspNetCore
2018-10-17 10:24:18 -07:00
Nate McMaster
f09aa6eacb
Backport cleanups to infrastructure
...
* Fix README links to use https
* Add a bigger timeout to PushToBlobFeed
* Remove hard-coded restore source for the 2.1.4 build
* Fail the build if korebuild.json cannot be parsed
* Fix output path for sharedfx .tar.gz files to avoid max path issues
2018-10-12 16:36:34 -07:00
Eilon Lipton
64b10d5582
HTTP --> HTTPS
2018-10-02 14:39:30 -07:00
Nate McMaster
1c1256406e
Update README, config, and scripts to use release/2.2 ( #1232 )
2018-06-28 15:51:15 -07:00
Nate McMaster
b059b0db17
Update README.md [ci skip]
2018-05-30 10:16:45 -07:00
Nate McMaster
3fac76c033
Remove alpine.3.6-x64 builds ( #1121 )
2018-04-30 15:13:22 -07:00
Nate McMaster
f7bca0b090
Remove alpine.3.6-x64 builds
2018-04-25 08:42:55 -07:00
Nate McMaster
961bf7f272
Merge branch release/2.1 into dev
2018-04-23 17:43:22 -07:00
Nate McMaster
fefae2682b
Add linux-musl-x64 shared runtime ( #1104 )
2018-04-23 16:57:33 -07:00
Nate McMaster
50ce20f0f9
Generate an arm32 shared framework without crossgen ( #1037 )
2018-04-06 13:49:22 -07:00
Nate McMaster
416fe6abfe
Add Alpine Linux download links to the README and remove conditionals to exclude building alpine ( #960 )
2018-03-14 16:15:08 -07:00
Nate McMaster
349acb5bb3
Condense restore feed configuration to single location and remove package mirroring ( #945 )
2018-03-13 10:56:09 -07:00
Nate McMaster
9aa67caa59
Put aspnetcore-runtime installers into a subfolder in dotnetcli ( #886 )
2018-02-14 11:28:57 -08:00
=
8d5fa7da7d
Update readme with generic rpm installer name
2018-02-09 12:21:09 -08:00
Nate McMaster
460bff97f2
Update README.md with links to release/2.1 installers [ci skip]
2018-02-09 12:14:52 -08:00
=
a5cba06ef8
Rename generic rpm installers
2018-02-09 11:51:35 -08:00
Nate McMaster
bda4d15fbd
Fix download link to RPM package [ci skip]
2018-01-10 14:07:37 -08:00
Nate McMaster
6358e0d3ef
Update README and list of installers to publish
2018-01-08 21:43:47 -08:00
Nate McMaster
de18ad739d
Update README with version badges for daily builds ( #732 )
...
[ci skip]
2017-12-29 12:01:01 -08:00
Ryan Brandenburg
d64005e205
Add a list of important properties.
2017-12-18 14:46:59 -08:00
Nate McMaster
cccfe3dd57
Use submodules for source dependencies ( #621 )
...
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.
Initial submodule status:
Antiforgery => e1884586
AzureIntegration => c998d74e
BasicMiddleware => 9f3ed006
BrowserLink => 7e2ff85a
Caching => c6a9cbbe
Common => 062ad3e7
CORS => 8fd36866
DataProtection => 49b2e22a
DependencyInjection => 88297e3c
Diagnostics => 7ac0e06a
DotNet=>ols => 1836201b
EntityFrameworkCore => e70d7dae
EventNotification => 3f881f18
FileSystem => 51e14a62
Hosting => 82ccf4f0
HtmlAbstractions => d687617a
HttpAbstractions => c0f93723
HttpSysServer => 02331040
Identity => 52dfb021
JavaScriptServices => e583a17e
JsonPatch => e453fafa
KestrelHttpServer => 0c34523e
Logging => e8e3e707
MetaPackages => d63542ca
Mvc => 2e4bc548
Razor => 6c7551d9
Routing => bb413c6a
Security => 88cb3df0
SignalR => 2419867d
[auto-updated: submodules]
2017-11-01 13:03:46 -07:00
Kiran Challa
b328ce48ad
Updated Readme
2017-06-06 10:39:13 -07:00
Andrew Stanton-Nurse
214c41bf40
remove reference to client components in README ( #155 )
2017-03-22 10:47:41 -07:00
Kiran Challa
43a290d2c4
Updated readme with instructions on verifying cross repo changes
2017-03-17 15:21:53 -07:00
Andrew Stanton-Nurse
91e94b1353
automate the autobahn test suite ( #101 )
...
However, we only run that automation if the Autobahn test suite runner
(wstest) is installed. After this is in and we can verify it on the CI
we'll look at making it mandatory for building the repo.
Also includes test applications and scripts for running Autobahn suites
against arbitrary ASP.NET 4.6, ASP.NET Core and HttpListener
applications.
2016-07-15 11:54:24 -07:00
Cesar Blum Silveira
8e01db2c70
ASP.NET 5 -> ASP.NET Core
2016-03-14 21:50:34 -07:00
Cesar Blum Silveira
699566394d
ASP.NET 5 -> ASP.NET Core
2016-03-14 21:20:07 -07:00
Hisham Abdullah Bin Ateya
ba952b8372
Add AppVeyor, Travis build status
2015-06-23 07:35:03 +03:00
Aligned
931d7c4774
Change ASP.NET vNext to ASP.Net 5 in the Readme.md
2015-01-22 11:02:24 -08:00
Aligned
27cde37107
Change ASP.NET vNext to ASP.Net 5 in the Readme.md
2015-01-21 11:52:16 -06:00
Chris Ross
7484db54c6
Compile for CoreClr. Seperate Client project. Rename everything.
2014-06-12 20:11:12 -07:00
Glenn
7eb0d40610
Update README.md
2014-05-12 21:21:03 -07:00
Pranav K
1b1dfb72a5
Adding underscore to README
2014-02-06 11:00:29 -08:00
Louis DeJardin
7d4d95703a
Update README.md
2014-01-23 20:24:47 -08:00
Louis DeJardin
93cff615c3
Create README.md
2014-01-23 20:24:02 -08:00