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

Commit b5b57d2

Browse files
committed
Update .Signed .dlls + .csprojs
1 parent ee63866 commit b5b57d2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/signed/ServiceStack.Common.dll

-12 KB
Binary file not shown.

lib/signed/ServiceStack.Text.dll

-34 KB
Binary file not shown.

src/ServiceStack.Redis/ServiceStack.Redis.Signed.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net45</TargetFrameworks>
@@ -27,6 +27,8 @@
2727
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
2828
</PropertyGroup>
2929

30+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Signed|net45|AnyCPU'" />
31+
3032
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
3133
<Reference Include="System.Net" />
3234
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />

0 commit comments

Comments
 (0)