Skip to content

Commit

Permalink
Upgrade to iRacingSDK Nuget to V1.0.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 6, 2020
1 parent f03c227 commit c4d87d5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions iRacingReplayDirector.nugetreferenceswitcher
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iRacingSDK iRacingSDK.Net/iRacingSDK.csproj packages/iRacingSDK.1.0.0.42/lib/net40-client/iRacingSDK.dll
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="iRacingSDK, Version=1.0.0.40, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -72,6 +71,10 @@
<Project>{0E523573-2972-4DC0-AECB-C4CF746854BB}</Project>
<Name>iRacingReplayOverlay.net</Name>
</ProjectReference>
<ProjectReference Include="..\iRacingSDK.Net\iRacingSDK.csproj">
<Project>{5422AE20-F220-4BE1-9E61-5296981ABB5C}</Project>
<Name>iRacingSDK</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\iRacingSDK.Net\iRacingSDK.csproj">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iRacingSDK ../iRacingSDK.Net/iRacingSDK.csproj ../packages/iRacingSDK.1.0.0.42/lib/net40-client/iRacingSDK.dll
2 changes: 1 addition & 1 deletion iRacingReplayOverlay.net.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="iRacingSDK" version="1.0.0.40" targetFramework="net451" />
<package id="iRacingSDK" version="1.0.0.42" targetFramework="net451" />
<package id="Moq" version="4.2.1409.1722" targetFramework="net451" />
<package id="NUnit" version="2.6.3" targetFramework="net40" />
<package id="NUnit.Runners" version="2.6.3" targetFramework="net451" />
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="AWSSDK.Core" version="3.1.4.0" targetFramework="net40-client" requireReinstallation="true" />
<package id="ILMerge" version="2.14.1208" targetFramework="net451" />
<package id="iRacingDirector.Plugin" version="1.0.0.5" targetFramework="net40-client" />
<package id="iRacingSDK" version="1.0.0.40" targetFramework="net45" />
<package id="iRacingSDK" version="1.0.0.42" targetFramework="net45" />
<package id="MediaFoundation.Net" version="2.0.0.32" targetFramework="net40-client" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net45" />
<package id="Octokit" version="0.17.0" targetFramework="net45" />
Expand Down

0 comments on commit c4d87d5

Please sign in to comment.