Skip to content

Commit deeae5c

Browse files
committed
Replace assembly references by project references
1 parent 5395b79 commit deeae5c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tests/JsonSchemaProvider.Tests/JsonSchemaProvider.Tests.fsproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@
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>

0 commit comments

Comments
 (0)