Skip to content

Commit f966b34

Browse files
committed
Update readme.md
1 parent 69d4a83 commit f966b34

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

readme.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,14 @@ This project uses features from the current stable SDK and C# language. As such
6565

6666
### global.json
6767

68-
<!-- snippet: global.json -->
69-
<a id='snippet-global.json'></a>
7068
```json
7169
{
7270
"sdk": {
73-
"version": "10.0.100-preview.3.25156.15",
74-
"allowPrerelease": true,
71+
"version": "9.0.202",
7572
"rollForward": "latestFeature"
7673
}
7774
}
7875
```
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 -->
8176

8277

8378
## Consuming and type visibility

0 commit comments

Comments
 (0)