Skip to content

Commit 4672e83

Browse files
committed
update read me file and remove netcoreapp3.0 for dotnet cli
1 parent b5fa2db commit 4672e83

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Then to see if it was installed correctly:
2525

2626
> dotnet tool list -g
2727
28+
## Salesforce DotNet Cli usage
29+
Run this in the project directory that contains appsettings.json with your setttings:
30+
> salesforce refresh-token
31+
It will open web browser and log in with your credentials.
32+
2833
## Saleforce Setup
2934
[Video](https://www.youtube.com/watch?v=L6OWyCfQD6U)
3035
1. Sing up for development sandbox with Saleforce: [https://developer.salesforce.com/signup](https://developer.salesforce.com/signup).

src/AuthApp/AuthApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp2.2;</TargetFrameworks>
66
<ToolCommandName>salesforce</ToolCommandName>
77
<PackageId>salesforce</PackageId>
88
<Description>A command-line tool that enables Salesforce Refresh Token Generation.</Description>

0 commit comments

Comments
 (0)