With cross platform .NET Core support coming online, we need to update our IsWindows check to not assume running on .NET Core means running on Windows. Since CoreFX doesn't yet expose a method for doing this (they are working on adding it back), we'll just call Uname and if that returns an empty string assume that we are on Windows. |
||
|---|---|---|
| build | ||
| samples/SampleApp | ||
| src | ||
| test/Microsoft.AspNet.Server.KestrelTests | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| KestrelHttpServer.sln | ||
| LICENSE.txt | ||
| NuGet.Config | ||
| README.md | ||
| appveyor.yml | ||
| build.cmd | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||