Skip to content

Commit d472882

Browse files
committed
Updated readme
1 parent ecc879b commit d472882

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ This library provides some interfaces, classes, [Roslyn Source Generators](https
1414
See [wiki](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki) for more documentation.
1515

1616
# Required SDK/Compiler Version
17-
* Compiler version: 4.1.0
17+
* Compiler version: 4.2.0
1818

1919
Verify the version by placing `#error version` into any of your cs-files and build the project/solution.
2020
The build output should display the compiler version:
2121
```
2222
MyFile.cs(15, 8): [CS1029] #error: 'version'
23-
MyFile.cs(15, 8): [CS8304] Compiler version: '4.1.0-5.22165.10 (e555772d)'. Language version: 10.0.
23+
MyFile.cs(15, 8): [CS8304] Compiler version: '4.2.0-4.22220.2 (1e40aa11)'. Language version: 10.0.
2424
```
2525

2626
Update your IDE and SDK to newest version.
2727
Works/tested with:
28-
* SDK: 6.0.202
29-
* Visual Studio: 17.1.5
30-
* JetBrains Rider: 2022.1
28+
* SDK: 6.0.300
29+
* Visual Studio: 17.2.0
30+
* JetBrains Rider: 2022.1.1
3131

3232
> Please note: For developers having both, JetBrains Rider and Visual Studio, please update Visual Studio as well, because Rider is using the SDK of Visual Studio by default.
3333

0 commit comments

Comments
 (0)