Skip to content

Commit a387510

Browse files
committed
Update to newest version of Hearthstone Deck Tracker and to .NET Framework 4.7.2
1 parent 4fb679e commit a387510

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Advisor/Advisor.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>Advisor</RootNamespace>
1111
<AssemblyName>Advisor</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -46,19 +46,19 @@
4646
<Private>False</Private>
4747
</Reference>
4848
<Reference Include="HearthDb">
49-
<HintPath>C:\Users\Jacob\AppData\Local\HearthstoneDeckTracker\app-1.10.6\HearthDb.dll</HintPath>
49+
<HintPath>C:\Users\Jacob\AppData\Local\HearthstoneDeckTracker\app-1.11.2\HearthDb.dll</HintPath>
5050
<Private>False</Private>
5151
</Reference>
5252
<Reference Include="HearthstoneDeckTracker">
53-
<HintPath>C:\Users\Jacob\AppData\Local\HearthstoneDeckTracker\app-1.10.6\HearthstoneDeckTracker.exe</HintPath>
53+
<HintPath>C:\Users\Jacob\AppData\Local\HearthstoneDeckTracker\app-1.11.2\HearthstoneDeckTracker.exe</HintPath>
5454
<Private>False</Private>
5555
</Reference>
5656
<Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
5757
<HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net45\HtmlAgilityPack.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
6060
<Reference Include="MahApps.Metro">
61-
<HintPath>C:\Users\Jacob\AppData\Local\HearthstoneDeckTracker\app-1.10.6\MahApps.Metro.dll</HintPath>
61+
<HintPath>C:\Users\Jacob\AppData\Local\HearthstoneDeckTracker\app-1.11.2\MahApps.Metro.dll</HintPath>
6262
<Private>False</Private>
6363
</Reference>
6464
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

AdvisorTests/AdvisorTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AppDesignerFolder>Properties</AppDesignerFolder>
99
<RootNamespace>AdvisorTests</RootNamespace>
1010
<AssemblyName>AdvisorTests</AssemblyName>
11-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1414
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>

0 commit comments

Comments
 (0)