We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c266f commit 9e0c1a3Copy full SHA for 9e0c1a3
src/Paket.Core/Versioning/FrameworkHandling.fs
@@ -796,6 +796,7 @@ module FrameworkDetection =
796
// http://nugettoolsdev.azurewebsites.net/4.0.0/parse-framework?framework=.NETPortable%2CVersion%3Dv0.0%2CProfile%3DProfile2
797
let result =
798
match path with
799
+ | "netcoreapp5.0" -> Some (DotNetFramework FrameworkVersion.V5)
800
| "net35-Unity Web v3.5" -> Some (DotNetUnity DotNetUnityVersion.V3_5_Web)
801
| "net35-Unity Micro v3.5" -> Some (DotNetUnity DotNetUnityVersion.V3_5_Micro)
802
| "net35-Unity Subset v3.5" -> Some (DotNetUnity DotNetUnityVersion.V3_5_Subset)
0 commit comments