# .NET Standard 의 미래

> Clean Markdown view of GeekNews topic #2860. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2860](https://news.hada.io/topic?id=2860)
- GeekNews Markdown: [https://news.hada.io/topic/2860.md](https://news.hada.io/topic/2860.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-09-17T11:15:52+09:00
- Updated: 2020-09-17T11:15:52+09:00
- Original source: [devblogs.microsoft.com](https://devblogs.microsoft.com/dotnet/the-future-of-net-standard/)
- Points: 6
- Comments: 2

## Topic Body

- .NET 5 로 이름 체계를 통합

ㅤ→ net5.0 : 크로스플랫폼, netcoreapp + netstandard

ㅤ→ net5.0-android, net5.0-ios, net5.0-windows 로 OS특화 기능들

- 이제 더이상 새 .NET Standard를 릴리즈 하지 않음

- .NET 5 와 모든 미래 버전들은 .NET Standard 2.1 을 지원할 예정

ㅤ→ 즉 net5.0이 모든 것의 기반이 될 것

ㅤ→ One .NET = .NET Framework + .NET Core + Mono / Xamarin

ㅤ→ 2021년 .NET 6.0 , 2022년 .NET 7.0 식으로 한개의 버전으로 업그레이드

## Comments



### Comment 2898

- Author: ffdd270
- Created: 2020-09-17T11:33:10+09:00
- Points: 1

xkcd 페러디가 인상 깊네요

'어떻게 .Net 플렛폼이 증식했는가?'

상황 : 14개의 경쟁 플렛폼이 있다.

A : 14개? 미쳤네! 우리는 그 모든 상황에 대응할 수 있는 하나의 거대한 스택이 필요해.

B : 그치!

잠시 후

상황 : 15개의 경쟁 플렛폼이 있다.

페러디 원문은 아래에서 확인할 수 있습니다.

http://xkcd.com/927/

### Comment 2895

- Author: xguru
- Created: 2020-09-17T11:17:15+09:00
- Points: 1

.NET 관련 이름체계는 정말 복잡했는데.. 드디어 전체를 하나로 통합한거네요.
