Skip to content

Commit f9e38d3

Browse files
authored
Merge pull request #6149 from dotnet/master
Update live with current master
2 parents ed7b4b9 + 143f1a8 commit f9e38d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+980
-1317
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:

docs/csharp/language-reference/keywords/byte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.assetid: 111f1db9-ca32-4f0e-b497-4783517eda47
1212

1313
`byte` denotes an integral type that stores values as indicated in the following table.
1414

15-
|Type|Range|Size|.NET Framework type|
15+
|Type|Range|Size|.NET type|
1616
|----------|-----------|----------|-------------------------|
1717
|`byte`|0 to 255|Unsigned 8-bit integer|<xref:System.Byte?displayProperty=nameWithType>|
1818

docs/csharp/language-reference/keywords/char.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `char` keyword is used to declare an instance of the <xref:System.Char?displ
1414

1515
Unicode characters are used to represent most of the written languages throughout the world.
1616

17-
|Type|Range|Size|.NET Framework type|
17+
|Type|Range|Size|.NET type|
1818
|----------|-----------|----------|-------------------------|
1919
|`char`|U+0000 to U+FFFF|Unicode 16-bit character|<xref:System.Char?displayProperty=nameWithType>|
2020

docs/csharp/language-reference/keywords/codesnippet/CSharp/enum_1.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/csharp/language-reference/keywords/codesnippet/CSharp/enum_2.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/csharp/language-reference/keywords/codesnippet/CSharp/enum_3.cs

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/csharp/language-reference/keywords/codesnippet/CSharp/equals_1.cs

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/csharp/language-reference/keywords/codesnippet/CSharp/explicit_1.cs

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/csharp/language-reference/keywords/codesnippet/CSharp/explicit_2.cs

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/csharp/language-reference/keywords/codesnippet/CSharp/explicit_3.cs

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)