Skip to content

Commit

Permalink
Update target framework and debugger settings
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Dec 13, 2020
1 parent 448ea3e commit 8096809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIcon></PackageIcon>
<PackageOutputPath></PackageOutputPath>
<PackageTags>Bonsai Rx $projectname$</PackageTags>
<TargetFramework>net462</TargetFramework>
<TargetFramework>net472</TargetFramework>
<Features>strict</Features>
<Version>0.1.0</Version>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Bonsai": {
"commandName": "Executable",
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Goncalo Lopes\\Bonsai@InstallDir)Bonsai64.exe",
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Goncalo Lopes\\Bonsai@InstallDir)Bonsai.exe",
"commandLineArgs": "--lib:$(TargetDir)."
}
}
Expand Down

0 comments on commit 8096809

Please sign in to comment.