File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
tests/JsonSchemaProvider.Tests Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments