Skip to content

Commit

Permalink
Add NuGet Reference to iRacingSDK to Overlay Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 22, 2020
1 parent f3cc1e5 commit b3f1d05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/JockeOverlays/JockeOverlays.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
<ItemGroup>
<None Include="tools\package.cmd" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="iRacingSDK">
<Version>1.0.0.43</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<PostBuildEvent>
Expand Down
5 changes: 5 additions & 0 deletions plugins/NoOverlay/NoOverlay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
<ItemGroup>
<None Include="tools\package.cmd" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="iRacingSDK">
<Version>1.0.0.43</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<PostBuildEvent>
Expand Down

0 comments on commit b3f1d05

Please sign in to comment.