Skip to content

Commit 9288039

Browse files
fix doc path
1 parent 93868d0 commit 9288039

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

EntityFrameworkExtras.EF6.NetStandard/EntityFrameworkExtras.EF6.NetStandard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2121
<DefineConstants>TRACE;EF6</DefineConstants>
2222
<DocumentationFile>bin\Release\netstandard2.1\EntityFrameworkExtras.EF6.xml</DocumentationFile>
23-
<OutputPath>bin\Release\netstandard2.1\</OutputPath>
23+
<OutputPath>bin\Release\</OutputPath>
2424
</PropertyGroup>
2525

2626
<Import Project="..\EntityFrameworkExtras.Shared\EntityFrameworkExtras.Shared.projitems" Label="Shared" />

EntityFrameworkExtras.EFCore2.NetStandard20/EntityFrameworkExtras.EFCore2.NetStandard20.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2020
<DefineConstants>TRACE;EFCORE EFCORE_2X</DefineConstants>
21-
<OutputPath>bin\Release\netstandard2.0\</OutputPath>
21+
<OutputPath>bin\Release\</OutputPath>
2222
<DocumentationFile>bin\Release\netstandard2.0\EntityFrameworkExtras.EFCore.xml</DocumentationFile>
2323
</PropertyGroup>
2424

EntityFrameworkExtras.EFCore3.NetStandard20/EntityFrameworkExtras.EFCore3.NetStandard20.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2020
<DefineConstants>TRACE;EFCORE</DefineConstants>
21-
<OutputPath>bin\Release\netstandard2.0\</OutputPath>
21+
<OutputPath>bin\Release\</OutputPath>
2222
<DocumentationFile>bin\Release\netstandard2.0\EntityFrameworkExtras.EFCore.xml</DocumentationFile>
2323
</PropertyGroup>
2424

EntityFrameworkExtras.EFCore3.NetStandard21/EntityFrameworkExtras.EFCore3.NetStandard21.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2121
<DefineConstants>TRACE;EFCORE</DefineConstants>
22-
<OutputPath>bin\Release\netstandard2.1\</OutputPath>
22+
<OutputPath>bin\Release\</OutputPath>
2323
<DocumentationFile>bin\Release\netstandard2.1\EntityFrameworkExtras.EFCore.xml</DocumentationFile>
2424
</PropertyGroup>
2525

0 commit comments

Comments
 (0)