Skip to content

Commit 24260ec

Browse files
authored
Merge pull request #4228 from ChrSteinert/4186
paket init: Default framework restriction
2 parents b7e10f8 + 3b6695d commit 24260ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Paket.Core/PackageAnalysis/Environment.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ module PaketEnv =
118118
let sources = [PackageSources.DefaultNuGetV3Source]
119119
let additionalLines = [
120120
"storage: none"
121-
"framework: net5.0, netstandard2.0, netstandard2.1"
121+
""
122122
]
123123
initWithContent sources additionalLines directory

0 commit comments

Comments
 (0)