Found 36 packages
NuGet's PackageReference dependency resolver implementation.
NuGet's core types and interfaces for PackageReference-based restore, such as lock files, assets file and internal restore models.
Provides the ability to centrally manage your NuGet package versions when using PackageReference.
When referencing VS SDK NuGet packages using PackageReference, assemblies are referenced instead of linked. This package corrects that.
Adds support for PackageReference to Visual C++ projects (*.vcxproj files). You must include this project as an SDK reference for it to be effective.
MSBuild, csproj and props package reference editor.
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.
Provides an MSBuild Sdk that allows you to not have to include all the dependencies in your project. Instead based on the properties defined implicit PackageReference items will be added, with the intention that the version will be managed else where using a PackageReference Update
Converts PackageReferences Version child elements to attributes.
Evaluate, update and synchronize NuGet PackageReference versions across two csproj files
Samayas MSBuild Nuspec Package Reference Updater.
Provides a default set of APIs for building an ASP.NET Core application. Contains assets used for self-contained deployments. This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d9ba962869d1b1c410ea476b02de2f8e27eec762
Repackaging of UnmanagedExports 1.2.7 to be compatible with PackageReference. A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications. That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++). The nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64. Hints: - You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions. - The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters. - You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)
Contains NuGetReference type for modeling NuGet PackageReference or DotNetCliToolReference items
SocketMeister source files—include via PackageReference to compile inline.
Repackaging of UnmanagedExports 1.2.7 to be compatible with PackageReference and additionally upgraded the Microsoft Build Utilities (using Nuget package Microsoft.Build.Utilities). A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications. That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++). The nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64. Hints: - You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions. - The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters. - You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)
Msbuild targets to compile and build VS C++ projects (.vcxproj project type) using GCC, LLVM with dotnet in Windows and Linux. This nuget is for VS2022 or higher and should be used with PackageReference. Read more information
Cleans up PackageReference with PrivateAssets="all" into a one-liner.