NPlatform.Infrastructure 3.0.1.15

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

Package Description

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on NPlatform.Infrastructure:

Package Downloads
NPlatform

Not Platform 快速开发框架的核心包。 包括基本的框架定义,核心接口、基类、微服务支持、sass支持等。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1.15 153 11/15/2025
3.0.1.14 168 8/23/2025
3.0.1.13 152 8/22/2025
3.0.1.12 119 8/22/2025
3.0.1.11 156 8/22/2025
3.0.1.10 335 5/18/2025
3.0.1.9 148 5/18/2025
3.0.1.8 144 5/17/2025
3.0.1.7 135 5/17/2025
3.0.1.6 142 5/17/2025
3.0.1.5 206 5/16/2025
3.0.1.4 217 5/16/2025
3.0.1.3 205 5/5/2025
3.0.1.2 195 5/5/2025
3.0.1.1 162 5/4/2025
3.0.1 175 4/30/2025
3.0.0.10 279 4/29/2025
3.0.0.9 902 2/7/2025
3.0.0.8 301 2/1/2025
3.0.0.7 252 12/19/2024
3.0.0.6 327 12/18/2024
3.0.0.5 222 12/16/2024
3.0.0.4 278 7/25/2024
3.0.0.3 544 6/27/2024
3.0.0.1 296 6/21/2024
2.0.1.8 211 1/30/2024
2.0.1.7 174 1/29/2024
2.0.1.6 182 1/29/2024
2.0.1.5 171 1/26/2024
2.0.1.4 192 1/26/2024
2.0.1.3 172 1/26/2024
2.0.1.2 193 1/25/2024
2.0.1.1 236 1/24/2024
2.0.1 216 1/13/2024
2.0.0.12 406 9/1/2023
2.0.0.11 437 2/23/2023
2.0.0.10 375 2/22/2023
1.0.0.10 1,995 12/23/2021
1.0.0.10-alpha 977 11/8/2021
1.0.0.9-alpha 655 10/19/2021
1.0.0.8-alpha 614 10/18/2021
1.0.0.7-alpha 424 10/11/2021
1.0.0.6-alpha 417 9/29/2021
1.0.0.5-alpha 832 9/29/2021
1.0.0.4-alpha 448 9/29/2021
1.0.0.2-alpha 613 9/29/2021
1.0.0.1 2,882 9/28/2021

NPlatform.Infrastructure 快速开发框架NPlatform 的脚手架,
整合常用的工具类基础设施等。
3.0.1.15:redis 增加异步锁的实现,增加dingding 消息发送,增加配置获取对象的静态类。