Mention an existent .NET Framework version (#112)
.NET 4.7.2 was superseded by 4.8. There was no 4.7.3.
This commit is contained in:
parent
aec6feb6f4
commit
0869961473
|
|
@ -7,7 +7,7 @@ Reporting bugs is an important contribution. Please make sure to include:
|
|||
- expected and actual behavior.
|
||||
- dotnet version that application is compiled on and running with (it may be
|
||||
different - for instance target framework was set to .NET 4.6 for
|
||||
compilation, but application is running on .NET 4.7.3).
|
||||
compilation, but application is running on .NET 4.7.2).
|
||||
- exception call stack and other artifacts.
|
||||
- if possible - repro application and steps to reproduce.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue