From 63b8c7883c4f966fbaaec716b1668986b7f9d41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20B=C3=B6rchers?= Date: Fri, 8 Jan 2021 22:26:18 +0100 Subject: [PATCH] Updated nuget --- .vscode/launch.json | 2 +- .vscode/tasks.json | 6 +++--- App/ModernWpfPlayground.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 37d3190..982dc68 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/ModernWpfPlayground.dll", + "program": "${workspaceFolder}/App/bin/Debug/net5.0-windows10.0.18362.0/ModernWpfPlayground.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 321161f..97ccaf3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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" ], diff --git a/App/ModernWpfPlayground.csproj b/App/ModernWpfPlayground.csproj index 6e0ab45..e88e79c 100644 --- a/App/ModernWpfPlayground.csproj +++ b/App/ModernWpfPlayground.csproj @@ -9,10 +9,10 @@ - + - +