diff --git a/AspSecurityHeaders.Test/AspSecurityHeaders.Test.csproj b/AspSecurityHeaders.Test/AspSecurityHeaders.Test.csproj
index b56240b..0f8a03c 100644
--- a/AspSecurityHeaders.Test/AspSecurityHeaders.Test.csproj
+++ b/AspSecurityHeaders.Test/AspSecurityHeaders.Test.csproj
@@ -21,7 +21,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/AspSecurityHeaders.Test/packages.lock.json b/AspSecurityHeaders.Test/packages.lock.json
index cfbddeb..6508615 100644
--- a/AspSecurityHeaders.Test/packages.lock.json
+++ b/AspSecurityHeaders.Test/packages.lock.json
@@ -40,11 +40,11 @@
},
"System.Net.Http.Json": {
"type": "Direct",
- "requested": "[8.0.0, )",
- "resolved": "8.0.0",
- "contentHash": "48Bxrd6zcGeQzS4GMEDVjuqCcAw/9wcEWnIu48FQJ5IzfKPiMR1nGtz9LrvGzU4+3TLbx/9FDlGmCUeLin1Eqg==",
+ "requested": "[8.0.1, )",
+ "resolved": "8.0.1",
+ "contentHash": "F423ZLoJFYg1s6iA+Y7BLflVKjEK5XEA2+Z9CHbxJEUtS3+R5pgnFN499QzriRjYpOu6kS2Crd2YBkOFDHrblg==",
"dependencies": {
- "System.Text.Json": "8.0.0"
+ "System.Text.Json": "8.0.5"
}
},
"xunit": {
@@ -544,8 +544,8 @@
},
"System.Text.Json": {
"type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
+ "resolved": "8.0.5",
+ "contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "8.0.0"
@@ -646,12 +646,9 @@
},
"System.Net.Http.Json": {
"type": "Direct",
- "requested": "[8.0.0, )",
- "resolved": "8.0.0",
- "contentHash": "48Bxrd6zcGeQzS4GMEDVjuqCcAw/9wcEWnIu48FQJ5IzfKPiMR1nGtz9LrvGzU4+3TLbx/9FDlGmCUeLin1Eqg==",
- "dependencies": {
- "System.Text.Json": "8.0.0"
- }
+ "requested": "[8.0.1, )",
+ "resolved": "8.0.1",
+ "contentHash": "F423ZLoJFYg1s6iA+Y7BLflVKjEK5XEA2+Z9CHbxJEUtS3+R5pgnFN499QzriRjYpOu6kS2Crd2YBkOFDHrblg=="
},
"xunit": {
"type": "Direct",
@@ -1142,15 +1139,19 @@
},
"System.Text.Encodings.Web": {
"type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ=="
+ "resolved": "6.0.0",
+ "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ }
},
"System.Text.Json": {
"type": "Transitive",
- "resolved": "8.0.0",
- "contentHash": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
+ "resolved": "6.0.0",
+ "contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"dependencies": {
- "System.Text.Encodings.Web": "8.0.0"
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0",
+ "System.Text.Encodings.Web": "6.0.0"
}
},
"xunit.abstractions": {