Skip to content

Commit dabd724

Browse files
QB as package
1 parent c948466 commit dabd724

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

NorthwindCRUD.sln

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.2.32526.322
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.0.11104.47 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NorthwindCRUD", "NorthwindCRUD\NorthwindCRUD.csproj", "{43E42C18-0E59-4754-ADF1-25D90114F7E8}"
77
EndProject
@@ -22,8 +22,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "analysis-rules", "analysis-
2222
NorthwindCRUD.ruleset = NorthwindCRUD.ruleset
2323
EndProjectSection
2424
EndProject
25-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infragistics.QueryBuilder.Executor", "..\Infragistics.QueryBuilder.Executor\Infragistics.QueryBuilder.Executor.csproj", "{BEC2BBD3-9A9E-B549-7020-0751B11B6AB9}"
26-
EndProject
2725
Global
2826
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2927
Debug|Any CPU = Debug|Any CPU
@@ -38,10 +36,6 @@ Global
3836
{F2C392E4-219B-41F3-8010-10E69EBF434D}.Debug|Any CPU.Build.0 = Debug|Any CPU
3937
{F2C392E4-219B-41F3-8010-10E69EBF434D}.Release|Any CPU.ActiveCfg = Release|Any CPU
4038
{F2C392E4-219B-41F3-8010-10E69EBF434D}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{BEC2BBD3-9A9E-B549-7020-0751B11B6AB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{BEC2BBD3-9A9E-B549-7020-0751B11B6AB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{BEC2BBD3-9A9E-B549-7020-0751B11B6AB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{BEC2BBD3-9A9E-B549-7020-0751B11B6AB9}.Release|Any CPU.Build.0 = Release|Any CPU
4539
EndGlobalSection
4640
GlobalSection(SolutionProperties) = preSolution
4741
HideSolutionNode = FALSE

NorthwindCRUD/NorthwindCRUD.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<PackageReference Include="AutoMapper" Version="14.0.0" />
2424
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
2525
<PackageReference Include="GraphQL.AspNet" Version="0.12.2-beta" />
26+
<PackageReference Include="Infragistics.QueryBuilder.Executor" Version="0.1.1-prerelease.2" />
2627
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.6" />
2728
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.6" />
2829
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.6">
@@ -52,8 +53,4 @@
5253
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
5354
</None>
5455
</ItemGroup>
55-
56-
<ItemGroup>
57-
<ProjectReference Include="..\..\Infragistics.QueryBuilder.Executor\Infragistics.QueryBuilder.Executor.csproj" />
58-
</ItemGroup>
5956
</Project>

0 commit comments

Comments
 (0)