diff --git a/.gitignore b/.gitignore
index 5fb3596..6af7b7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -193,3 +193,5 @@ opencoverCoverage.xml
# NUnit
results.xml
+
+package-lock.json
diff --git a/gruntfile.js b/gruntfile.js
index 277cfc1..521ea61 100644
--- a/gruntfile.js
+++ b/gruntfile.js
@@ -45,7 +45,7 @@ module.exports = function(grunt) {
projectConfiguration: 'Release',
platform: '<%= platform %>',
targets: ['Clean', 'Rebuild'],
- version: 12,
+ version: 4.0,
buildParameters: {
StyleCopEnabled: false
}
@@ -57,7 +57,7 @@ module.exports = function(grunt) {
projectConfiguration: 'Debug',
platform: '<%= platform %>',
targets: ['Clean', 'Rebuild'],
- version: 12,
+ version: 4.0,
buildParameters: {
StyleCopEnabled: true,
StyleCopTreatErrorsAsWarnings: false,
diff --git a/tests/packages.config b/tests/packages.config
index 56d28f5..9d04b6e 100644
--- a/tests/packages.config
+++ b/tests/packages.config
@@ -4,9 +4,10 @@
+
-
+
\ No newline at end of file
diff --git a/tests/tests.csproj b/tests/tests.csproj
index 60413c7..8bce927 100644
--- a/tests/tests.csproj
+++ b/tests/tests.csproj
@@ -1,5 +1,6 @@
+
Debug
AnyCPU
@@ -19,7 +20,8 @@
Settings.StyleCop
4.7.44.0
- cf39ef6a
+
+
true
@@ -137,7 +139,7 @@
-
+
@@ -151,4 +153,10 @@
+
+
+ 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