Skip to content

Commit 9e0c1a3

Browse files
committed
make paket backwards compatible for netcoreapp5.0 - references #3896
1 parent a3c266f commit 9e0c1a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Paket.Core/Versioning/FrameworkHandling.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ module FrameworkDetection =
796796
// http://nugettoolsdev.azurewebsites.net/4.0.0/parse-framework?framework=.NETPortable%2CVersion%3Dv0.0%2CProfile%3DProfile2
797797
let result =
798798
match path with
799+
| "netcoreapp5.0" -> Some (DotNetFramework FrameworkVersion.V5)
799800
| "net35-Unity Web v3.5" -> Some (DotNetUnity DotNetUnityVersion.V3_5_Web)
800801
| "net35-Unity Micro v3.5" -> Some (DotNetUnity DotNetUnityVersion.V3_5_Micro)
801802
| "net35-Unity Subset v3.5" -> Some (DotNetUnity DotNetUnityVersion.V3_5_Subset)

0 commit comments

Comments
 (0)