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

Commit 23b753a

Browse files
committed
Upgrade SS.Redis test project to .NET 4.0 and sync'ed with SS test libs
1 parent 131f9de commit 23b753a

21 files changed

+8672
-3516
lines changed
0 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/ServiceStack.Text.dll

0 Bytes
Binary file not shown.
13.5 KB
Binary file not shown.
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0"?>
22
<configuration>
33
<configSections>
44
</configSections>
55
<connectionStrings>
6-
<add name="ServiceStack.Common.Tests.Properties.Settings.authConnectionString"
7-
connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\auth.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"
8-
providerName="System.Data.SqlClient" />
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"/>
97
</connectionStrings>
10-
</configuration>
8+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
-32 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/tests/nunit-console-runner.dll

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)