- fixes an issue where the dependabot reference didn't update the assembly path following upgrade by baywet · Pull Request #347 · microsoftgraph/MSGraph-SDK-Code-Generator
Expand Up
@@ -37,7 +37,7 @@
<HintPath>..\..\packages\Inflector.1.0.0.0\lib\net45\Inflector.dll</HintPath>
</Reference>
<Reference Include="Mono.TextTemplating">
<HintPath>..\..\packages\Mono.TextTemplating.2.0.5\lib\Mono.TextTemplating.dll</HintPath>
<HintPath>..\..\packages\Mono.TextTemplating.2.0.5\lib\net45\Mono.TextTemplating.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\..\packages\NLog.4.7.5\lib\net45\NLog.dll</HintPath>
Expand Down