Skip to content

Commit

Permalink
add NuGet reference for iRacingSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 22, 2020
1 parent bcd97e5 commit c2f52de
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<PropertyGroup Condition="Exists('.\..\..\packages')">
<PackagesFolder>.\..\..\packages\</PackagesFolder>
</PropertyGroup>

<PropertyGroup>
<SupportProject Condition="Exists('..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj')">..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj</SupportProject>
<SupportProject Condition="Exists('..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj')">..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj</SupportProject>
Expand Down Expand Up @@ -83,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

0 comments on commit c2f52de

Please sign in to comment.