Overview
Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please
+
file an issue on the NuGet GitHub repository.Packages processed
Top-level dependencies:
| Package Id | Version |
|---|
| EntityFramework |
+ v6.3.0 |
| Newtonsoft.Json |
+ v10.0.3 |
| NLog |
+ v4.5.1 |
| System.Data.SQLite |
+ v1.0.112 |
| System.Data.SQLite.Core |
+ v1.0.112 |
Transitive dependencies:
| Package Id | Version |
|---|
| System.Data.SQLite.EF6 |
+ v1.0.112 |
| System.Data.SQLite.Linq |
+ v1.0.112 |
Package compatibility issues
| Description |
|---|
|
+ No issues were found.
+ |
\ No newline at end of file
diff --git a/DataInputt/DataInputt/packages.config b/DataInputt/MigrationBackup/adc38733/DataInputt/packages.config
similarity index 100%
rename from DataInputt/DataInputt/packages.config
rename to DataInputt/MigrationBackup/adc38733/DataInputt/packages.config
diff --git a/DataInputt/MigrationBackup/dd1043d0/DataInputt.Tests/DataInputt.Tests.csproj b/DataInputt/MigrationBackup/dd1043d0/DataInputt.Tests/DataInputt.Tests.csproj
new file mode 100644
index 0000000..fda73ab
--- /dev/null
+++ b/DataInputt/MigrationBackup/dd1043d0/DataInputt.Tests/DataInputt.Tests.csproj
@@ -0,0 +1,67 @@
+
+Overview
Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please
+
file an issue on the NuGet GitHub repository.Packages processed
Top-level dependencies:
| Package Id | Version |
|---|
| MSTest.TestAdapter |
+ v1.2.0 |
| MSTest.TestFramework |
+ v1.2.0 |
Transitive dependencies:
| Package Id | Version |
|---|
|
+ No transitive dependencies found.
+ | |
Package compatibility issues
| Description |
|---|
|
+ No issues were found.
+ |
\ No newline at end of file
diff --git a/DataInputt/DataInputt.Tests/packages.config b/DataInputt/MigrationBackup/dd1043d0/DataInputt.Tests/packages.config
similarity index 100%
rename from DataInputt/DataInputt.Tests/packages.config
rename to DataInputt/MigrationBackup/dd1043d0/DataInputt.Tests/packages.config
diff --git a/DataInputt/WcfServer/DataInputService.cs b/DataInputt/WcfServer/DataInputService.cs
index 0d59a92..3792075 100644
--- a/DataInputt/WcfServer/DataInputService.cs
+++ b/DataInputt/WcfServer/DataInputService.cs
@@ -2,7 +2,6 @@
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Configuration;
-using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
diff --git a/DataInputt/WcfServer/IDataInputService.cs b/DataInputt/WcfServer/IDataInputService.cs
index c39d9e0..569bd20 100644
--- a/DataInputt/WcfServer/IDataInputService.cs
+++ b/DataInputt/WcfServer/IDataInputService.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
diff --git a/DataInputt/WcfServer/WcfServer.csproj b/DataInputt/WcfServer/WcfServer.csproj
index c8d4601..5ec7856 100644
--- a/DataInputt/WcfServer/WcfServer.csproj
+++ b/DataInputt/WcfServer/WcfServer.csproj
@@ -34,14 +34,10 @@