Updated nuget

This commit is contained in:
2021-01-08 22:26:18 +01:00
parent 90b24e547d
commit 63b8c7883c
3 changed files with 6 additions and 6 deletions

6
.vscode/tasks.json vendored
View File

@@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/ModernWpfPlayground.csproj",
"${workspaceFolder}/App/ModernWpfPlayground.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/ModernWpfPlayground.csproj",
"${workspaceFolder}/App/ModernWpfPlayground.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
@@ -32,7 +32,7 @@
"args": [
"watch",
"run",
"${workspaceFolder}/ModernWpfPlayground.csproj",
"${workspaceFolder}/App/ModernWpfPlayground.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],