df 2.0.6

dotnet add package df --version 2.0.6
                    
NuGet\Install-Package df -Version 2.0.6
                    
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="df" Version="2.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="df" Version="2.0.6" />
                    
Directory.Packages.props
<PackageReference Include="df" />
                    
Project file
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 df --version 2.0.6
                    
#r "nuget: df, 2.0.6"
                    
#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 df@2.0.6
                    
#: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=df&version=2.0.6
                    
Install as a Cake Addin
#tool nuget:?package=df&version=2.0.6
                    
Install as a Cake Tool

C#工具包

简介

包含了很多常用的方法

发布

安装

Microsoft Visual Studio

  • 项目——引用——管理NuGet程序包——浏览——df
  • 安装

命令行

dotnet add package df --version 1.0.0

使用

using df.winform;

xx x = new xx();

工具

NuGet Package Explorer

nuget.exe

API key

oy2ognjb6fct7cj3swiaodduj3jrbruutljmp2jxfi227y

©2024 Dfer.Site

Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.6 155 6/17/2024
1.0.0 115 6/5/2024