Skip to content

Commit

Permalink
Fixes an issue where time-based functions fail on locales that do not…
Browse files Browse the repository at this point in the history
… use a colon as the time separator
  • Loading branch information
ryannewington committed Jan 15, 2019
1 parent fa9e5b5 commit 5f8c160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<HintPath>..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.6879.38691, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6879.38691\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
<Reference Include="Lithnet.Miiserver.Client, Version=1.0.6954.35963, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Miiserver.Client.1.0.6954.35963\lib\net45\Lithnet.Miiserver.Client.dll</HintPath>
</Reference>
<Reference Include="Lithnet.ResourceManagement.Client, Version=1.0.6297.14599, Culture=neutral, PublicKeyToken=bd0636700c1e2538, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.ResourceManagement.Client.1.0.6297.14599\lib\net40\Lithnet.ResourceManagement.Client.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Lithnet.Miiserver.AutoSync/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="AngleSharp" version="0.9.5" targetFramework="net45" />
<package id="Costura.Fody" version="1.6.2" targetFramework="net461" developmentDependency="true" />
<package id="Fody" version="2.0.0" targetFramework="net461" developmentDependency="true" />
<package id="Lithnet.Miiserver.Client" version="1.0.6879.38691" targetFramework="net461" />
<package id="Lithnet.Miiserver.Client" version="1.0.6954.35963" targetFramework="net461" />
<package id="Lithnet.ResourceManagement.Client" version="1.0.6297.14599" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net461" />
<package id="NLog" version="4.4.12" targetFramework="net461" />
Expand Down

0 comments on commit 5f8c160

Please sign in to comment.