Skip to content

Commit 9bbeed2

Browse files
committed
sql db test fix
1 parent 9351a46 commit 9bbeed2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/Microsoft.Data.Analysis.Tests/Microsoft.Data.Analysis.Tests.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<ProjectReference Include="..\..\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj" />
99
<ProjectReference Include="..\..\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj" />
1010
<ProjectReference Include="..\..\src\Microsoft.ML\Microsoft.ML.csproj" />
11+
<ProjectReference Include="..\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj" />
12+
<ProjectReference Include="..\Microsoft.ML.TestFramework\Microsoft.ML.TestFramework.csproj" />
1113
<Compile Include="..\..\src\Microsoft.Data.Analysis\TextFieldParser.cs" />
1214
</ItemGroup>
1315

@@ -32,12 +34,12 @@
3234

3335
<ItemGroup>
3436
<Compile Include="../../src/Microsoft.Data.Analysis/Strings.Designer.cs" />
35-
<EmbeddedResource Include="../../src/Microsoft.Data.Analysis/Strings.resx" LogicalName="Microsoft.Data.Analysis.Strings.resources"/>
37+
<EmbeddedResource Include="../../src/Microsoft.Data.Analysis/Strings.resx" LogicalName="Microsoft.Data.Analysis.Strings.resources" />
3638
</ItemGroup>
3739

3840
<ItemGroup>
3941
<PackageReference Include="System.Data.SQLite" Version="$(SystemDataSQLiteCoreVersion)" />
40-
<PackageReference Include="System.Data.SQLite.Core" Version="$(SystemDataSQLiteCoreVersion)" PrivateAssets="none"/>
42+
<PackageReference Include="System.Data.SQLite.Core" Version="$(SystemDataSQLiteCoreVersion)" PrivateAssets="none" />
4143

4244
</ItemGroup>
4345

0 commit comments

Comments
 (0)