Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGerr committed May 16, 2022
1 parent ecc879b commit d472882
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ This library provides some interfaces, classes, [Roslyn Source Generators](https
See [wiki](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki) for more documentation.

# Required SDK/Compiler Version
* Compiler version: 4.1.0
* Compiler version: 4.2.0

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

Update your IDE and SDK to newest version.
Works/tested with:
* SDK: 6.0.202
* Visual Studio: 17.1.5
* JetBrains Rider: 2022.1
* SDK: 6.0.300
* Visual Studio: 17.2.0
* JetBrains Rider: 2022.1.1

> 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.
Expand Down

0 comments on commit d472882

Please sign in to comment.