diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index af7da31..77f22b2 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -73,31 +73,12 @@
}
},
{
- "label": "pack SG",
+ "label": "pack",
"command": "dotnet",
"type": "process",
"args": [
"pack",
"-tl",
- "${workspaceFolder}/PrimaryParameter.SG/PrimaryParameter.SG.csproj",
- ],
- "problemMatcher": "$msCompile",
- "options": {
- "statusbar": {
- "running": {
- "label": "Packing"
- }
- }
- }
- },
- {
- "label": "pack CF",
- "command": "dotnet",
- "type": "process",
- "args": [
- "pack",
- "-tl",
- "${workspaceFolder}/PrimaryParameter.CodeFix/PrimaryParameter.CodeFix.csproj",
],
"problemMatcher": "$msCompile",
"options": {
diff --git a/ConsoleApp1/ConsoleApp1.csproj b/ConsoleApp1/ConsoleApp1.csproj
index 8fd8b5a..43ad209 100644
--- a/ConsoleApp1/ConsoleApp1.csproj
+++ b/ConsoleApp1/ConsoleApp1.csproj
@@ -6,6 +6,7 @@
12
enable
enable
+ false
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 51b3863..1673ad0 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -7,7 +7,7 @@
$(RestoreAdditionalProjectSources);../PrimaryParameter.SG/bin/Release
- $(RestoreAdditionalProjectSources);../PrimaryParameter.Diagnostics/bin/Release
+ $(RestoreAdditionalProjectSources);../PrimaryParameter.CodeFix/bin/Release
@@ -24,7 +24,7 @@
-
-
+
+
diff --git a/PrimaryParameter.Diagnostics/PrimaryParameter.Diagnostics.csproj b/PrimaryParameter.Diagnostics/PrimaryParameter.Diagnostics.csproj
index 30b6477..bfefcd1 100644
--- a/PrimaryParameter.Diagnostics/PrimaryParameter.Diagnostics.csproj
+++ b/PrimaryParameter.Diagnostics/PrimaryParameter.Diagnostics.csproj
@@ -5,6 +5,7 @@
12
enable
enable
+ false
@@ -13,21 +14,4 @@
-
-
-
-
-
-
-
- FaustVX.PrimaryParameter.Diagnostics
- 1.0.0
- FaustVX
- https://github.com/FaustVX/PrimaryParameter
- git
- LICENSE
- README.md
- primary constructor parameter readonly field error
-
-