Wwtfly.Core 4.12.32

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

Wwtfly核心项目

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Wwtfly.Core:

Package Downloads
Wwtfly.Core.DbCore

Package Description

Wwtfly.Core.Web

Package Description

Wwtfly.Core.DAL

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.12.32 249 2/7/2025
4.12.31 149 2/5/2025
4.12.30 485 1/2/2025
4.12.29 161 1/2/2025
4.12.28 400 12/15/2024
4.12.27 892 12/14/2024
4.12.26 221 12/13/2024
4.12.24 378 12/13/2024
4.12.18 324 12/13/2024
4.12.14 248 12/12/2024
4.12.12 268 12/12/2024
4.12.10 400 12/11/2024
4.12.8 287 12/10/2024
4.12.6 152 12/10/2024
4.12.4 161 12/10/2024
4.12.3 150 12/10/2024
4.12.2 154 12/10/2024
4.12.1 154 12/10/2024
1.0.0 134 12/10/2024

- 4.12.4:删除未使用的using。2024-12-10
 - DynamicEmit问题