File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 24
24
<EmbedUntrackedSources >true</EmbedUntrackedSources >
25
25
26
26
</PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'" >
28
+ <DocumentationFile >bin\Debug\netstandard2.0\SqlKata.xml</DocumentationFile >
29
+ </PropertyGroup >
30
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
31
+ <DocumentationFile >bin\Release\netstandard2.0\SqlKata.xml</DocumentationFile >
32
+ </PropertyGroup >
27
33
<ItemGroup >
28
34
<PackageReference Include =" System.Collections.Concurrent" Version =" 4.3.0" />
29
35
</ItemGroup >
Original file line number Diff line number Diff line change 22
22
<EmbedUntrackedSources >true</EmbedUntrackedSources >
23
23
24
24
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
27
+ <DocumentationFile >bin\Release\netstandard2.0\SqlKata.Execution.xml</DocumentationFile >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'" >
30
+ <DocumentationFile >bin\Debug\netstandard2.0\SqlKata.Execution.xml</DocumentationFile >
25
31
</PropertyGroup >
26
32
<ItemGroup >
27
33
<ProjectReference Include =" ..\QueryBuilder\QueryBuilder.csproj" />
You can’t perform that action at this time.
0 commit comments