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

Commit 24b4c42

Browse files
committed
Update SS.Interfaces dll
1 parent 2604e11 commit 24b4c42

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

src/ServiceStack.Text/ServiceStack.Text.Signed.csproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<PlatformTarget>AnyCPU</PlatformTarget>
7272
<ErrorReport>prompt</ErrorReport>
7373
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74+
<WarningLevel>4</WarningLevel>
7475
</PropertyGroup>
7576
<PropertyGroup>
7677
<SignAssembly>true</SignAssembly>
@@ -82,16 +83,10 @@
8283
<Reference Include="Microsoft.CSharp" />
8384
<Reference Include="System" />
8485
<Reference Include="System.Configuration" />
85-
<Reference Include="System.Core">
86-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
87-
</Reference>
86+
<Reference Include="System.Core" />
8887
<Reference Include="System.Data.Linq" />
89-
<Reference Include="System.Runtime.Serialization">
90-
<RequiredTargetFramework>3.0</RequiredTargetFramework>
91-
</Reference>
92-
<Reference Include="System.Xml.Linq">
93-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
94-
</Reference>
88+
<Reference Include="System.Runtime.Serialization" />
89+
<Reference Include="System.Xml.Linq" />
9590
<Reference Include="System.Data" />
9691
<Reference Include="System.Xml" />
9792
</ItemGroup>

0 commit comments

Comments
 (0)