Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Fix UserAgent string bug for CoreCLR.
Browse files Browse the repository at this point in the history
  • Loading branch information
jehine-MSFT committed Dec 11, 2015
1 parent c867d4e commit e1979cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lib/Common/Shared/Protocol/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,7 @@ static HeaderConstants()
#elif WINDOWS_RT
UserAgentComment = "(Windows Runtime)";
#elif ASPNET_K
#if DNXCORE50
UserAgentComment = "(ASP.NET Core 5.0)";
#endif
#elif PORTABLE
UserAgentComment = "(Portable Class Library)";
#else
Expand Down

0 comments on commit e1979cf

Please sign in to comment.