NishySoftware.DotNetDetector
1.0.0-alpha01
See the version list below for details.
dotnet add package NishySoftware.DotNetDetector --version 1.0.0-alpha01
NuGet\Install-Package NishySoftware.DotNetDetector -Version 1.0.0-alpha01
<PackageReference Include="NishySoftware.DotNetDetector" Version="1.0.0-alpha01" />
paket add NishySoftware.DotNetDetector --version 1.0.0-alpha01
#r "nuget: NishySoftware.DotNetDetector, 1.0.0-alpha01"
// Install NishySoftware.DotNetDetector as a Cake Addin #addin nuget:?package=NishySoftware.DotNetDetector&version=1.0.0-alpha01&prerelease // Install NishySoftware.DotNetDetector as a Cake Tool #tool nuget:?package=NishySoftware.DotNetDetector&version=1.0.0-alpha01&prerelease
Provides the ability to detect various .NET Framework / .NET Core versions.
- Target .NET Framework / .NET Core version when the application was built
- .NET Framework / .NET Core version used by the running application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.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. |
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.0
- 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 |
---|---|---|
1.0.0 | 619 | 10/4/2020 |
1.0.0-alpha01 | 308 | 9/13/2020 |
1.0.0-alpha00 | 336 | 9/4/2020 |
Changes
- [alpha00] Initial version
- [alpha01] Divide DetectInstalledNetFrameworkVersion() method from NishySoftware.DotNetDetector library to NishySoftware.DotNetDetector.DNF library
- [alpha01] Fix: can not detect the version of .NET 5 Preview