From 0869961473f84bcff2a6c2947d0591b9e3859533 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Wed, 19 Jun 2019 20:02:39 +0200 Subject: [PATCH] Mention an existent .NET Framework version (#112) .NET 4.7.2 was superseded by 4.8. There was no 4.7.3. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13727b16f..b71bb710a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.