Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit f2bfc62

Browse files
committed
Change to use same portable SS.Interfaces.dll
1 parent e35ae5f commit f2bfc62

9 files changed

Lines changed: 3281 additions & 348 deletions

lib/netstandard1.1/ServiceStack.Text.deps.json

Lines changed: 224 additions & 133 deletions
Large diffs are not rendered by default.
6.5 KB
Binary file not shown.
1.59 KB
Binary file not shown.

lib/netstandard1.1/ServiceStack.Text.xml

Lines changed: 1345 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/netstandard1.3/ServiceStack.Text.deps.json

Lines changed: 358 additions & 213 deletions
Large diffs are not rendered by default.
6 KB
Binary file not shown.
1.5 KB
Binary file not shown.

lib/netstandard1.3/ServiceStack.Text.xml

Lines changed: 1345 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStack.Redis/ServiceStack.Redis.csproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,16 @@
2525
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
2626
</PropertyGroup>
2727

28+
<ItemGroup>
29+
<Reference Include="..\..\lib\ServiceStack.Interfaces.dll" />
30+
</ItemGroup>
31+
32+
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
33+
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
34+
</PropertyGroup>
35+
2836
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
2937
<Reference Include="System.Net" />
30-
<Reference Include="..\..\lib\ServiceStack.Interfaces.dll" />
3138
<Reference Include="..\..\lib\ServiceStack.Text.dll" />
3239
<Reference Include="..\..\lib\ServiceStack.Common.dll" />
3340
</ItemGroup>
@@ -37,13 +44,13 @@
3744
</PropertyGroup>
3845

3946
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
47+
<PackageReference Include="Microsoft.NETCore.Portable.Compatibility" Version="1.0.1" />
4048
<PackageReference Include="System.Net.Security" Version="4.0.0" />
4149
<PackageReference Include="System.Collections.Specialized" Version="4.0.1" />
4250
<PackageReference Include="System.Collections.NonGeneric" Version="4.0.1" />
4351
<PackageReference Include="System.Net.NameResolution" Version="4.0.0" />
4452
<PackageReference Include="System.Data.Common" Version="4.1.0" />
4553
<PackageReference Include="System.Threading.Thread" Version="4.0.0" />
46-
<Reference Include="..\..\lib\netstandard1.1\ServiceStack.Interfaces.dll" />
4754
<Reference Include="..\..\lib\netstandard1.3\ServiceStack.Text.dll" />
4855
<Reference Include="..\..\lib\netstandard1.3\ServiceStack.Common.dll" />
4956
</ItemGroup>

0 commit comments

Comments
 (0)