You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
target framework monikers
About this tag
Target framework monikers (TFMs) are a key part of .NET 5 development, used to specify the target framework for an application or library. In the context of Windows development, TFMs enable access to Windows APIs through the Windows SDK, which is integrated with the .NET 5 SDK. This integration allows developers to build WinRT projections for .NET 5 apps using C#/WinRT. Discussions on WindowsForum.com cover how TFMs work with .NET 5, their role in exposing Windows APIs, and their use in component authoring for custom projections. Understanding TFMs is essential for .NET developers targeting Windows-specific functionality.
Today is the official GA release for .NET 5, and along with it we are excited to share the latest updates with our recent release of C#/WinRT version 1.0. C#/WinRT provides WinRT projection support for .NET 5 based apps. The Windows SDK leverages this technology and is now integrated with the...
bugs
c#/winrt
component authors
development
interop
net
nuget
performance
projection
release
runtime
sdk
targetframeworkmonikers
tfms
update
visual studio
windows api
winui