Skip to content

Commit 53803d9

Browse files
committed
do not restore packages with lock file
1 parent d296900 commit 53803d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
4+
<RestorePackagesWithLockFile>false</RestorePackagesWithLockFile>
55
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
66
</PropertyGroup>
77
<ItemGroup>

0 commit comments

Comments
 (0)