File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
tests/JsonSchemaProvider.Tests Expand file tree Collapse file tree 1 file changed +2
-8
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 >
25+ <ProjectReference Include =" ..\..\src\JsonSchemaProvider.Runtime\JsonSchemaProvider.fsproj" />
26+ <ProjectReference Include =" ..\..\src\JsonSchemaProvider.DesignTime\JsonSchemaProvider.DesignTime.fsproj" />
3327 </ItemGroup >
3428</Project >
You can’t perform that action at this time.
0 commit comments