Skip to content

Commit 97187ed

Browse files
fixup testprojects fsproj around missing file and adding paket.references to them
1 parent 21c27bc commit 97187ed

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/SqlClient.TestProjects/Lib/Lib.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<Compile Include="Library1.fs" />
16+
<None Include="paket.references" />
1617
<None Include="Script.fsx" />
1718
<Content Include="App.config" />
18-
<Content Include="packages.config" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<Reference Include="netstandard" />

src/SqlClient.TestProjects/SqlClient.Tests.NET40/SqlClient.Tests.NET40.fsproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<ItemGroup>
1616
<Compile Include="Program.fs" />
1717
<Content Include="Uncomment.App.config" />
18-
<Content Include="packages.config" />
18+
</ItemGroup>
19+
<ItemGroup>
20+
<None Include="paket.references" />
1921
</ItemGroup>
2022
<ItemGroup>
2123
<Reference Include="System.Data" />

src/SqlClient.TestProjects/SqlClient.Tests.NetCoreApp/SqlClient.Tests.NetCoreApp.fsproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
<ItemGroup>
1515
<Compile Include="Program.fs" />
1616
</ItemGroup>
17+
<ItemGroup>
18+
<None Include="paket.references" />
19+
</ItemGroup>
1720
<Import Project="..\..\..\.paket\Paket.Restore.targets" />
1821
</Project>

0 commit comments

Comments
 (0)