This commit is contained in:
Scott Jones 2019-10-17 17:41:57 -07:00
Родитель 4ebfbb48cc 2cde763e59
Коммит 80ff8dce6f
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,10 @@
[![Build status](https://dev.azure.com/microsoft/Dart/_apis/build/status/CsWinRT%20Nuget)](https://dev.azure.com/microsoft/Dart/_build/latest?definitionId=45187)
# The C#/WinRT Language Projection
C#/WinRT provides packaged WinRT projection support for the C# language. It is compatible with .NET Standard 2.2 and later and does not require any built-in knowledge of WinRT by the C# compiler.
C#/WinRT is part of the [xlang](https://github.com/microsoft/xlang) family of projects that help developers create APIs that can run on multiple platforms and be used with a variety of languages.
# Contributing