File tree 3 files changed +11
-6
lines changed
valid/library-with-files-multi-tfm
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <!-- Disable central package version of tests projects -->
3
+ <PropertyGroup >
4
+ <ManagePackageVersionsCentrally >false</ManagePackageVersionsCentrally >
5
+ </PropertyGroup >
6
+ <!-- Disable lock files for tests projects -->
7
+ <PropertyGroup >
8
+ <RestorePackagesWithLockFile >false</RestorePackagesWithLockFile >
9
+ <RestoreLockedMode >false</RestoreLockedMode >
10
+ </PropertyGroup >
11
+ </Project >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
5
5
<FablePackageType >binding</FablePackageType >
6
- <RestorePackagesWithLockFile >false</RestorePackagesWithLockFile >
7
6
</PropertyGroup >
8
7
<Import Project =" ./../Fable.Package.SDK.Imports.props" />
9
8
</Project >
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
5
5
<FablePackageType >library</FablePackageType >
6
6
<PackageTags >fable-javascript</PackageTags >
7
- <!--
8
- Disable central package management because we install local package during tests
9
- and we don't want that to impact the top level Directory.Packages.props
10
- -->
11
- <ManagePackageVersionsCentrally >False</ManagePackageVersionsCentrally >
12
7
</PropertyGroup >
13
8
<ItemGroup >
14
9
<Compile Include =" Entry.fs" />
You can’t perform that action at this time.
0 commit comments