Skip to content

Commit

Permalink
Update version of XNAControls with label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Jan 23, 2021
1 parent 97eacf9 commit e7ea02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EndlessClient/EndlessClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="XNAControls, Version=1.2.0.0, Culture=neutral, processorArchitecture=x86">
<HintPath>..\packages\XNAControls.1.2.1\lib\net462\XNAControls.dll</HintPath>
<HintPath>..\packages\XNAControls.1.2.2\lib\net462\XNAControls.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion EndlessClient/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<package id="PELoaderLib" version="1.1.0.3" targetFramework="net462" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net462" />
<package id="Unity" version="5.9.7" targetFramework="net462" />
<package id="XNAControls" version="1.2.1" targetFramework="net462" />
<package id="XNAControls" version="1.2.2" targetFramework="net462" />
</packages>

0 comments on commit e7ea02b

Please sign in to comment.