Skip to content

Commit 474f4c0

Browse files
author
Caitlin Bales (MSFT)
committed
Fix VIPR core ref path
1 parent de10274 commit 474f4c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<Reference Include="System" />
4040
<Reference Include="System.Core" />
4141
<Reference Include="Vipr.Core">
42-
<HintPath>..\..\vipr\src\Core\Vipr.Core\bin\Debug\Vipr.Core.dll</HintPath>
42+
<HintPath>..\submodules\vipr\src\Core\Vipr.Core\bin\Debug\Vipr.Core.dll</HintPath>
4343
</Reference>
4444
<Reference Include="Vipr.Reader.OData.v4">
4545
<HintPath>..\submodules\vipr\src\Readers\Vipr.Reader.OData.v4\bin\Debug\Vipr.Reader.OData.v4.dll</HintPath>

0 commit comments

Comments
 (0)