Skip to content

Commit 9c7a5af

Browse files
committed
Add commented section for development
1 parent 17b7761 commit 9c7a5af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/JsonSchemaProvider.Tests/JsonSchemaProvider.Tests.fsproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
<PackageReference Include="NJsonSchema" Version="11.0.2" />
2323
</ItemGroup>
2424
<ItemGroup>
25+
<!-- <Reference Include="JsonSchemaProvider">
26+
<HintPath Condition="Exists('..\..\src\JsonSchemaProvider.Runtime\bin\Debug\netstandard2.0\JsonSchemaProvider.dll')">..\..\src\JsonSchemaProvider.Runtime\bin\Debug\netstandard2.0\JsonSchemaProvider.dll</HintPath>
27+
<HintPath Condition="Exists('..\..\src\JsonSchemaProvider.Runtime\bin\Release\netstandard2.0\JsonSchemaProvider.dll')">..\..\src\JsonSchemaProvider.Runtime\bin\Release\netstandard2.0\JsonSchemaProvider.dll</HintPath>
28+
</Reference>
29+
<Reference Include="JsonSchemaProvider.DesignTime">
30+
<HintPath Condition="Exists('..\..\src\JsonSchemaProvider.Runtime\bin\Debug\netstandard2.0\JsonSchemaProvider.DesignTime.dll')">..\..\src\JsonSchemaProvider.Runtime\bin\Debug\netstandard2.0\JsonSchemaProvider.DesignTime.dll</HintPath>
31+
<HintPath Condition="Exists('..\..\src\JsonSchemaProvider.Runtime\bin\Release\netstandard2.0\JsonSchemaProvider.DesignTime.dll')">..\..\src\JsonSchemaProvider.Runtime\bin\Release\netstandard2.0\JsonSchemaProvider.DesignTime.dll</HintPath>
32+
</Reference> -->
2533
<ProjectReference Include="..\..\src\JsonSchemaProvider.Runtime\JsonSchemaProvider.fsproj" />
2634
<ProjectReference Include="..\..\src\JsonSchemaProvider.DesignTime\JsonSchemaProvider.DesignTime.fsproj" />
2735
</ItemGroup>

0 commit comments

Comments
 (0)