One.Core 3.9.0

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

This is a tool class library that contains extension methods, help classes, etc...

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows 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 One.Core:

Package Downloads
One.AutoUpdater

自动升级

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.9.0 355 12/5/2023
3.8.0 217 10/27/2023
3.7.2 177 10/20/2023
3.7.1 205 9/13/2023
3.7.0 205 9/9/2023
3.6.0 222 8/29/2023
3.5.0 223 8/28/2023
3.4.1 241 8/12/2023
3.4.0 245 6/1/2023
3.3.0 327 4/5/2023
3.2.0 400 1/28/2023
3.1.1 570 5/4/2022
3.1.0 560 4/16/2022
3.0.0 670 11/20/2021
2.3.1 484 6/23/2021
2.3.0 494 5/5/2021
2.2.0 493 4/14/2021
2.1.0 486 4/10/2021
2.0.13 467 4/8/2021
2.0.12 599 12/24/2020
2.0.11 585 12/15/2020
2.0.10 542 12/7/2020
2.0.9 999 9/7/2020
2.0.8 656 7/10/2020
2.0.7 593 6/11/2020
2.0.6 636 6/1/2020
2.0.5 591 5/31/2020
2.0.4 597 5/25/2020
2.0.3 640 5/19/2020
2.0.2 664 4/19/2020
2.0.1 749 3/18/2020
1.0.0 674 12/16/2019

Update DotNet version to 7.0