Skip to content

Commit

Permalink
- Set ServiceStack references to unified 5.X versions, .Core line of …
Browse files Browse the repository at this point in the history
…dependencies will be phased out

- Update to ServiceStack 5.0.2
  • Loading branch information
Siliconrob committed Jan 30, 2018
1 parent de0e651 commit 7ccd3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solcast/Solcast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The Solcast API is a solar radiation and solar energy forecasting system that is
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NETStandard.Library" Version="2.0.1" />
<PackageReference Include="ServiceStack.HttpClient.Core" Version="5.0.0" />
<PackageReference Include="ServiceStack.HttpClient" Version="5.0.2" />
<PackageReference Include="ServiceStack.Text" Version="5.0.2" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions tests/Solcast.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0-preview-20171211-02" />
<PackageReference Include="ServiceStack.Text" Version="5.0.2" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>
Expand Down

0 comments on commit 7ccd3e7

Please sign in to comment.