Skip to content

Commit eb31060

Browse files
committed
add empty Microsoft.Extensions.DataIngestion project so I can send next PRs in parallel
1 parent e7e0bd9 commit eb31060

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>$(TargetFrameworks);netstandard2.0</TargetFrameworks>
5+
<RootNamespace>Microsoft.Extensions.DataIngestion</RootNamespace>
6+
7+
<!-- we are not ready to publish yet -->
8+
<IsPackable>false</IsPackable>
9+
<Stage>preview</Stage>
10+
<EnablePackageValidation>false</EnablePackageValidation>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<ProjectReference Include="..\Microsoft.Extensions.DataIngestion.Abstractions\Microsoft.Extensions.DataIngestion.Abstractions.csproj" />
15+
</ItemGroup>
16+
17+
</Project>

test/Libraries/Microsoft.Extensions.DataIngestion.Tests/Microsoft.Extensions.DataIngestion.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<ProjectReference Include="..\..\..\src\Libraries\Microsoft.Extensions.DataIngestion.Abstractions\Microsoft.Extensions.DataIngestion.Abstractions.csproj" />
9+
<ProjectReference Include="..\..\..\src\Libraries\Microsoft.Extensions.DataIngestion\Microsoft.Extensions.DataIngestion.csproj" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)