diff --git a/InRule.Runtime.Metrics.AzureTableStorage/InRule.Runtime.Metrics.AzureTableStorage.csproj b/InRule.Runtime.Metrics.AzureTableStorage/InRule.Runtime.Metrics.AzureTableStorage.csproj
index a92fc8c..30c438c 100644
--- a/InRule.Runtime.Metrics.AzureTableStorage/InRule.Runtime.Metrics.AzureTableStorage.csproj
+++ b/InRule.Runtime.Metrics.AzureTableStorage/InRule.Runtime.Metrics.AzureTableStorage.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/InRule.Runtime.Metrics.SqlServer.IntegrationTests/InRule.Runtime.Metrics.SqlServer.IntegrationTests.csproj b/InRule.Runtime.Metrics.SqlServer.IntegrationTests/InRule.Runtime.Metrics.SqlServer.IntegrationTests.csproj
index 3e4fb62..3232ee4 100644
--- a/InRule.Runtime.Metrics.SqlServer.IntegrationTests/InRule.Runtime.Metrics.SqlServer.IntegrationTests.csproj
+++ b/InRule.Runtime.Metrics.SqlServer.IntegrationTests/InRule.Runtime.Metrics.SqlServer.IntegrationTests.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/InRule.Runtime.Metrics.SqlServer/InRule.Runtime.Metrics.SqlServer.csproj b/InRule.Runtime.Metrics.SqlServer/InRule.Runtime.Metrics.SqlServer.csproj
index 8cc4ef7..a251d74 100644
--- a/InRule.Runtime.Metrics.SqlServer/InRule.Runtime.Metrics.SqlServer.csproj
+++ b/InRule.Runtime.Metrics.SqlServer/InRule.Runtime.Metrics.SqlServer.csproj
@@ -24,7 +24,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/Samples/InRule.Runtime.Metrics.Csv/InRule.Runtime.Metrics.Csv.csproj b/Samples/InRule.Runtime.Metrics.Csv/InRule.Runtime.Metrics.Csv.csproj
index 1cea787..eb1e923 100644
--- a/Samples/InRule.Runtime.Metrics.Csv/InRule.Runtime.Metrics.Csv.csproj
+++ b/Samples/InRule.Runtime.Metrics.Csv/InRule.Runtime.Metrics.Csv.csproj
@@ -13,6 +13,8 @@
512
true
+
+
true
@@ -32,17 +34,17 @@
4
-
- ..\packages\InRule.Common.5.6.0\lib\net472\InRule.Common.dll
+
+ ..\packages\InRule.Common.5.7.0\lib\net472\InRule.Common.dll
-
- ..\packages\InRule.Repository.5.6.0\lib\net472\InRule.Repository.dll
+
+ ..\packages\InRule.Repository.5.7.0\lib\net472\InRule.Repository.dll
-
- ..\packages\InRule.Repository.5.6.0\lib\net472\InRule.Repository.XmlSerializers.dll
+
+ ..\packages\InRule.Repository.5.7.0\lib\net472\InRule.Repository.XmlSerializers.dll
-
- ..\packages\InRule.Runtime.5.6.0\lib\net472\InRule.Runtime.dll
+
+ ..\packages\InRule.Runtime.5.7.0\lib\net472\InRule.Runtime.dll
..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
@@ -50,6 +52,9 @@
+
+ ..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net46\System.Data.SQLite.dll
+
..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll
@@ -69,4 +74,11 @@
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+
\ No newline at end of file
diff --git a/Samples/InRule.Runtime.Metrics.Csv/packages.config b/Samples/InRule.Runtime.Metrics.Csv/packages.config
index bef81bc..25d5906 100644
--- a/Samples/InRule.Runtime.Metrics.Csv/packages.config
+++ b/Samples/InRule.Runtime.Metrics.Csv/packages.config
@@ -1,8 +1,10 @@
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/Samples/InRule.Runtime.Metrics.TestHarness/InRule.Runtime.Metrics.TestHarness.csproj b/Samples/InRule.Runtime.Metrics.TestHarness/InRule.Runtime.Metrics.TestHarness.csproj
index 7705786..af2fd5e 100644
--- a/Samples/InRule.Runtime.Metrics.TestHarness/InRule.Runtime.Metrics.TestHarness.csproj
+++ b/Samples/InRule.Runtime.Metrics.TestHarness/InRule.Runtime.Metrics.TestHarness.csproj
@@ -15,6 +15,8 @@
true
true
+
+
AnyCPU
@@ -36,17 +38,17 @@
4
-
- ..\packages\InRule.Common.5.6.0\lib\net472\InRule.Common.dll
+
+ ..\packages\InRule.Common.5.7.0\lib\net472\InRule.Common.dll
-
- ..\packages\InRule.Repository.5.6.0\lib\net472\InRule.Repository.dll
+
+ ..\packages\InRule.Repository.5.7.0\lib\net472\InRule.Repository.dll
-
- ..\packages\InRule.Repository.5.6.0\lib\net472\InRule.Repository.XmlSerializers.dll
+
+ ..\packages\InRule.Repository.5.7.0\lib\net472\InRule.Repository.XmlSerializers.dll
-
- ..\packages\InRule.Runtime.5.6.0\lib\net472\InRule.Runtime.dll
+
+ ..\packages\InRule.Runtime.5.7.0\lib\net472\InRule.Runtime.dll
..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
@@ -54,6 +56,9 @@
+
+ ..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net46\System.Data.SQLite.dll
+
..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll
@@ -124,4 +129,11 @@
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+
\ No newline at end of file
diff --git a/Samples/InRule.Runtime.Metrics.TestHarness/packages.config b/Samples/InRule.Runtime.Metrics.TestHarness/packages.config
index bef81bc..25d5906 100644
--- a/Samples/InRule.Runtime.Metrics.TestHarness/packages.config
+++ b/Samples/InRule.Runtime.Metrics.TestHarness/packages.config
@@ -1,8 +1,10 @@
-
-
-
+
+
+
+
+
\ No newline at end of file