Skip to content

Commit cc20cad

Browse files
committed
Fix project reference
1 parent fe2c2bf commit cc20cad

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ExampleNet45Project/ExampleNet45.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
42-
<Reference Include="SendGrid">
43-
<HintPath>..\src\SendGrid\bin\Release\net452\SendGrid.dll</HintPath>
44-
</Reference>
4542
<Reference Include="System" />
4643
<Reference Include="System.Core" />
4744
<Reference Include="System.Xml.Linq" />
@@ -59,6 +56,12 @@
5956
<None Include="App.config" />
6057
<None Include="packages.config" />
6158
</ItemGroup>
59+
<ItemGroup>
60+
<ProjectReference Include="..\src\SendGrid\SendGrid.csproj">
61+
<Project>{377c20e4-2297-488f-933b-fb635c56d8fc}</Project>
62+
<Name>SendGrid</Name>
63+
</ProjectReference>
64+
</ItemGroup>
6265
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6366
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6467
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)