diff --git a/.vscode/launch.json b/.vscode/launch.json index 1f74ccc..3c70878 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,8 @@ ], "cwd": "${workspaceFolder}", "console": "internalConsole", - "stopAtEntry": false + "stopAtEntry": false, + "requireExactSource": false }, { "name": ".NET Core Attach", diff --git a/RhSolutions.AddIn/RhSolutions.AddIn.csproj b/RhSolutions.AddIn/RhSolutions.AddIn.csproj index 658c66c..70431d4 100644 --- a/RhSolutions.AddIn/RhSolutions.AddIn.csproj +++ b/RhSolutions.AddIn/RhSolutions.AddIn.csproj @@ -1,6 +1,6 @@ - + - net472 + net472;net6.0-windows 10 Library RhSolutions