PGVersion NuGet Package

Determine the Framework version at compile time.

Version Key :
NET20, NET30, NET35, NET40, NET45, NET451, NET452, NET46, NET461

EX :
#if NETFX_35
Console.WriteLine( "Framework is equal or gratter than version 3.5" )
#endif

#if NETFX_451
Console.WriteLine( "Framework is equal or gratter than version 4.5.1" )
#endif.




Got any PGVersion Question?





Info

Version: 0.1.1
Author(s): PGCafe
Last Update: Sunday, March 5, 2017
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/PGVersion


Install
Install-Package PGVersion
dotnet add package PGVersion
paket add PGVersion
PGVersion Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

2969