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 2424 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2525
2626 </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 >
2733 <ItemGroup >
2834 <PackageReference Include =" System.Collections.Concurrent" Version =" 4.3.0" />
2935 </ItemGroup >
Original file line number Diff line number Diff line change 2222 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2323
2424
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 >
2531 </PropertyGroup >
2632 <ItemGroup >
2733 <ProjectReference Include =" ..\QueryBuilder\QueryBuilder.csproj" />
You can’t perform that action at this time.
0 commit comments