Microsoft.Win32.Primitives by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.0-beta-22816
Provides common types for Win32-based libraries. Commonly Used Types: System.ComponentModel.Win32Exception
Microsoft.Win32.Registry by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides support for accessing and modifying the Windows Registry. Commonly Used Types: Microsoft.Win32.RegistryKey Microsoft.Win32.Registry Microsoft.Win32.RegistryValueKind Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryView
Microsoft.Windows.CsWinRT by: Microsoft
  • 18 total downloads
  • Latest version: 2.1.6
  • managed C# WinRT cswinrt WinMD xlang C#/WinRT
C#/WinRT provides packaged WinRT projection support for the C# language. It is compatible with .NET 6 or later, and does not require any built-in knowledge of WinRT by the C# compiler.
Microsoft.Windows.SDK.Contracts by: Microsoft
  • 48 total downloads
  • Latest version: 10.0.26100.7175
  • managed WinRT WinForms WPF SDK WindowsSDK
The Windows WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.   This package includes all the supported Windows Runtime APIs up to Windows version 26100. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see: https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code Supported platforms: - .NET Framework 4.6+ - .NET Core 3.0+ Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
MSBuild.Sdk.Extras by: Claire Novotny
  • 9 total downloads
  • Latest version: 3.0.44
  • msbuild,sdk,dotnet,xamarin,android,ios,macos,uwp,tizen
An MSBuild SDK package for SDK-style .NET projects that has additional properties and targets which extends `Microsoft.NET.Sdk`.
MsgPack.Cli by: FUJIWARA, Yusuke
  • 4 total downloads
  • Latest version: 1.0.1
  • MsgPack MessagePack Serialization Formatter Serializer
MessagePack is fast, compact, and interoperable binary serialization format. This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
Nerdbank.GitVersioning by: Andrew Arnott
  • 47 total downloads
  • Latest version: 3.9.37-alpha
  • git commit versioning version assemblyinfo
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Newtonsoft.Json by: James Newton-King
  • 9 total downloads
  • Latest version: 13.0.4
  • json
Json.NET is a popular high-performance JSON framework for .NET
NuGet.Common by: NuGet.Common
  • 3 total downloads
  • Latest version: 4.1.0
NuGet v3 core library.
NuGet.Configuration by: NuGet
  • 3 total downloads
  • Latest version: 4.1.0
  • nuget,configuration,nuget.config
NuGet's client configuration settings implementation.
NuGet.DependencyResolver.Core by: NuGet.DependencyResolver.Core
  • 1 total downloads
  • Latest version: 3.5.0
NuGet v3 core library.
NuGet.Frameworks by: NuGet
  • 1 total downloads
  • Latest version: 3.5.0
The understanding of target frameworks for NuGet.Packaging
NuGet.LibraryModel by: NuGet.LibraryModel
  • 1 total downloads
  • Latest version: 4.1.0
NuGet v3 core library.
NuGet.Packaging by: NuGet
  • 2 total downloads
  • Latest version: 4.1.0
  • semver,semantic versioning
NuGet's implementation for reading nupkg package and nuspec package specification files.
NuGet.ProjectModel by: NuGet.ProjectModel
  • 3 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
NuGet.Protocol.Core.v3 by: NuGet
  • 3 total downloads
  • Latest version: 4.3.0-beta1-2418
  • nuget protocol
NuGet Protocol for 3.1.0 servers
NuGet.Repositories by: NuGet.Repositories
  • 3 total downloads
  • Latest version: 4.0.0-rtm-2283
NuGet v3 core library.
NuGet.RuntimeModel by: NuGet.RuntimeModel
  • 2 total downloads
  • Latest version: 3.5.0-rc1-final
NuGet v3 core library.
NuGet.Versioning by: NuGet
  • 1 total downloads
  • Latest version: 4.0.0
  • semver,semantic versioning
NuGet's implementation of Semantic Versioning.
Nullable by: Manuel Römer
  • 4 total downloads
  • Latest version: 1.3.1
  • source compiletime null nullable attributes allownull disallownull doesnotreturn doesnotreturnif maybenull maybenullwhen notnull notnullifnotnull notnullwhen membernotnull membernotnullwhen
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. This package does not contain any compiled binaries, but instead adds the attribute classes as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# code is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.