We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6566b commit 2b76540Copy full SHA for 2b76540
GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj
@@ -40,9 +40,11 @@
40
<Reference Include="System.Core" />
41
<Reference Include="Vipr.Core">
42
<HintPath>..\submodules\vipr\src\Core\Vipr.Core\bin\Debug\Vipr.Core.dll</HintPath>
43
+ <HintPath>..\submodules\vipr\src\Core\Vipr.Core\bin\Release\Vipr.Core.dll</HintPath>
44
</Reference>
45
<Reference Include="Vipr.Reader.OData.v4">
46
<HintPath>..\submodules\vipr\src\Readers\Vipr.Reader.OData.v4\bin\Debug\Vipr.Reader.OData.v4.dll</HintPath>
47
+ <HintPath>..\submodules\vipr\src\Readers\Vipr.Reader.OData.v4\bin\Release\Vipr.Reader.OData.v4.dll</HintPath>
48
49
</ItemGroup>
50
<ItemGroup>
0 commit comments