We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d4a83 commit f966b34Copy full SHA for f966b34
readme.md
@@ -65,19 +65,14 @@ This project uses features from the current stable SDK and C# language. As such
65
66
### global.json
67
68
-<!-- snippet: global.json -->
69
-<a id='snippet-global.json'></a>
70
```json
71
{
72
"sdk": {
73
- "version": "10.0.100-preview.3.25156.15",
74
- "allowPrerelease": true,
+ "version": "9.0.202",
75
"rollForward": "latestFeature"
76
}
77
78
```
79
-<sup><a href='/src/global.json#L1-L7' title='Snippet source file'>snippet source</a> | <a href='#snippet-global.json' title='Start of snippet'>anchor</a></sup>
80
-<!-- endSnippet -->
81
82
83
## Consuming and type visibility
0 commit comments