Skip to content

Commit

Permalink
Fix framework version number in first-resource tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Micky5991 committed May 25, 2019
1 parent 63504d2 commit bfe4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/first-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We call our resource, in this example, "MyFirstResource".

```
$ dotnet new sln --name MyFirstResource
$ dotnet new classlib --name MyFirstResource --framework netcoreapp2.1
$ dotnet new classlib --name MyFirstResource --framework netcoreapp2.2
$ dotnet sln MyFirstResource.sln add MyFirstResource
```

Expand Down

0 comments on commit bfe4a31

Please sign in to comment.