Skip to content

Commit 143f1a8

Browse files
omajidmairaw
authored andcommitted
Remove a pointless mention of global.json (#6150)
1 parent 6bfb382 commit 143f1a8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/core/porting/libraries.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@ Similar to CAS, Security Transparency allows separating sandboxed code from secu
6767

6868
Use security boundaries provided by the operating system, such as virtualization, containers, or user accounts for running processes with the least set of privileges.
6969

70-
### global.json
71-
72-
The *global.json* file is an optional file that allows you to set the .NET Core tools version of a project. If you're using nightly builds of .NET Core and wish to specify a specific version of the SDK, specify the version with a *global.json* file. It typically resides in the current working directory or one of its parent directories.
73-
74-
```json
75-
{
76-
"sdk": {
77-
"version": "2.1.0-preview1-006491"
78-
}
79-
}
80-
```
81-
8270
## Converting a PCL project
8371

8472
You can convert the targets of a PCL project to .NET Standard by loading the library in Visual Studio 2017 and performing the following steps:

0 commit comments

Comments
 (0)