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

Commit f5cfc62

Browse files
committed
Update .NET 4.5 dlls
1 parent ddeb4e9 commit f5cfc62

17 files changed

+6
-2
lines changed

lib/ServiceStack.Client.dll

512 Bytes
Binary file not shown.

lib/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Client.dll

512 Bytes
Binary file not shown.

lib/tests/ServiceStack.Client.pdb

0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.

lib/tests/ServiceStack.Common.Tests.dll.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<add name="ServiceStack.Common.Tests.Properties.Settings.authConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\auth.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" providerName="System.Data.SqlClient"/>
2323
</connectionStrings>
2424
<startup>
25-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
25+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
2626
</startup>
2727
</configuration>
0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Common.pdb

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.OrmLite.dll

146 KB
Binary file not shown.

lib/tests/ServiceStack.Redis.dll

512 Bytes
Binary file not shown.

lib/tests/ServiceStack.Server.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Text.dll

1 KB
Binary file not shown.

lib/tests/ServiceStack.dll

1.5 KB
Binary file not shown.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>ServiceStack.Text</RootNamespace>
1212
<AssemblyName>ServiceStack.Text</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>
@@ -42,6 +42,7 @@
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
4444
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45+
<Prefer32Bit>false</Prefer32Bit>
4546
</PropertyGroup>
4647
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4748
<DebugType>pdbonly</DebugType>
@@ -52,6 +53,7 @@
5253
<WarningLevel>4</WarningLevel>
5354
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5455
<DocumentationFile>bin\Release\ServiceStack.Text.xml</DocumentationFile>
56+
<Prefer32Bit>false</Prefer32Bit>
5557
</PropertyGroup>
5658
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' ">
5759
<DebugType>pdbonly</DebugType>
@@ -61,6 +63,7 @@
6163
<ErrorReport>prompt</ErrorReport>
6264
<WarningLevel>4</WarningLevel>
6365
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66+
<Prefer32Bit>false</Prefer32Bit>
6467
</PropertyGroup>
6568
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
6669
<OutputPath>bin\Signed\</OutputPath>
@@ -72,6 +75,7 @@
7275
<ErrorReport>prompt</ErrorReport>
7376
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
7477
<WarningLevel>4</WarningLevel>
78+
<Prefer32Bit>false</Prefer32Bit>
7579
</PropertyGroup>
7680
<PropertyGroup>
7781
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)