Skip to content

Commit 0b4eab9

Browse files
committed
Merge branch 'master' of github.com:pamidur/aspect-injector
2 parents eea8443 + 782a338 commit 0b4eab9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
Check out [samples](samples) and [docs](docs)
2828

2929
### Requirements
30-
- **.NetCore runtime 2.1.6+** installed on your machine _(your projects can be anything that can reference netstandard2.0)_
31-
- (_semi-optional_) **Nuget 5.0+** for _transient build_ feature. All modern versions of VS and dotnetsdk have it. _(If you still use project.json for some reason - make sure you add AspectInjector to all projects in the solution)_
30+
- (_semi-optional_) **Nuget 5.0+** for _transient build_ feature. All modern versions of VS and dotnetsdk have it.
31+
_(If you still use project.json for some reason - make sure you add AspectInjector to all projects in the solution)_
3232
- (_optional_) For analyzers to work in VSCode, don't forget to enable ```"omnisharp.enableRoslynAnalyzers": true```
3333

3434
### Known Issues / Limitations
35-
- 'Edit and Continue' feature in VS is not working at the moment with .netcore3+ [#138](https://github.com/pamidur/aspect-injector/issues/138)
3635
- Unsafe methods are not supported and are silently ignored.
3736

3837
### Simple advice

0 commit comments

Comments
 (0)