You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<DotNetCmdCondition="'$(PlatformTarget)' == 'x86' AND Exists('$(MSBuildProgramFiles32)\dotnet\dotnet.exe')">"$(MSBuildProgramFiles32)\dotnet\dotnet.exe"</DotNetCmd>
36
-
<DotNetCmdCondition="'$(PlatformTarget)' == 'x64' AND Exists('$(ProgramW6432)\dotnet\dotnet.exe')">"$(ProgramW6432)\dotnet\dotnet.exe"</DotNetCmd>
<DotNetCmdCondition="'$(PlatformTarget)' == 'x86' AND Exists('$(MSBuildProgramFiles32)\dotnet\dotnet.exe')">"$(MSBuildProgramFiles32)\dotnet\dotnet.exe"</DotNetCmd>
36
+
<DotNetCmdCondition="'$(PlatformTarget)' == 'x64' AND Exists('$(ProgramW6432)\dotnet\dotnet.exe')">"$(ProgramW6432)\dotnet\dotnet.exe"</DotNetCmd>
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -74,12 +74,11 @@ Please see the following resources for more information:
74
74
75
75
## Community
76
76
77
-
Feel free to open up issues on Github for any problems you find.
77
+
Feel free to open up issues on GitHub for any problems you find.
78
78
79
79
## Support
80
80
81
-
For building wrappers and priority support please write to cppsharp@protonmail.com.
82
-
Alternatively, you may post bounties at https://www.bountysource.com/.
81
+
If you need commercial support feel free to open a discussion or issue for discussion.
83
82
84
83
## Users
85
84
@@ -109,4 +108,6 @@ CppSharp is used by the following projects:
0 commit comments