Baseclass.Contrib.Nuget.Output
2.0.0
Requires NuGet 2.5 or higher.
dotnet add package Baseclass.Contrib.Nuget.Output --version 2.0.0
NuGet\Install-Package Baseclass.Contrib.Nuget.Output -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Baseclass.Contrib.Nuget.Output" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Baseclass.Contrib.Nuget.Output" Version="2.0.0" />
<PackageReference Include="Baseclass.Contrib.Nuget.Output" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Baseclass.Contrib.Nuget.Output --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Baseclass.Contrib.Nuget.Output, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Baseclass.Contrib.Nuget.Output@2.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Baseclass.Contrib.Nuget.Output&version=2.0.0
#tool nuget:?package=Baseclass.Contrib.Nuget.Output&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Treats the "output" folder in an dependend nuget package as an additional special folder and copies it's content to the build folder
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (9)
Showing the top 9 popular GitHub repositories that depend on Baseclass.Contrib.Nuget.Output:
| Repository | Stars |
|---|---|
|
bitbeans/SimpleDnsCrypt
A simple management tool for dnscrypt-proxy
|
|
|
ic3w0lf22/Roblox-Account-Manager
Application that allows you to add multiple accounts into one application allowing you to easily play on alt accounts without having to change accounts
|
|
|
ddobrev/QtSharp
Mono/.NET bindings for Qt
|
|
|
allisterb/jemalloc.NET
A native memory manager for .NET
|
|
|
natfrp/launcher-windows
SakuraFrp 启动器 Windows 用户界面
|
|
|
sakakun/Proxmox-Desktop-Client
A windows desktop client for Proxmox.
|
|
|
falahati/NiVirtualCam
OpenNI 2 Virtual Webcam - Directshow Filter
|
|
|
bitbeans/StreamCryptor
Stream encryption & decryption with libsodium and protobuf
|
|
|
Glumboi/GlumSak
A tool to help setting up Shaders for yuzu, ryujinx and other things!
|
- Better support for parallel builds
- Multiple internal optimisations, and aggregation of Baseclass.Nuget.Output.Web in the same target to simplify usage.
- Fix concurrency error that could occure when extracting the nuspec files from the NuGet packages.