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

Commit

Permalink
Update .NET 4.5 dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 20, 2016
1 parent ddeb4e9 commit f5cfc62
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 2 deletions.
Binary file modified lib/ServiceStack.Client.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Common.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Client.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Client.pdb
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Common.Tests.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/tests/ServiceStack.Common.Tests.dll.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<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"/>
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
</startup>
</configuration>
Binary file modified lib/tests/ServiceStack.Common.Tests.pdb
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Common.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Common.pdb
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.OrmLite.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Redis.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Server.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Text.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.dll
Binary file not shown.
6 changes: 5 additions & 1 deletion src/ServiceStack.Text/ServiceStack.Text.Signed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ServiceStack.Text</RootNamespace>
<AssemblyName>ServiceStack.Text</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down Expand Up @@ -42,6 +42,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -52,6 +53,7 @@
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\Release\ServiceStack.Text.xml</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -61,6 +63,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
<OutputPath>bin\Signed\</OutputPath>
Expand All @@ -72,6 +75,7 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit f5cfc62

Please sign in to comment.