From ac7b00b3a1525e937ff0b564b9c4facad0acc5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 3 Oct 2023 00:03:28 +0200 Subject: [PATCH] Attempting to fix the "CSC : error CS9057: The analyzer assembly 'C:\Users\runneradmin\.nuget\packages\microsoft.codeanalysis.csharp.codestyle\4.7.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.CodeStyle.dll' references version '4.7.0.0' of the compiler, which is newer than the currently running version '4.6.0.0'. " error during .NET Framework builds --- Lombiq.Analyzers/NetFx.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.Analyzers/NetFx.Build.props b/Lombiq.Analyzers/NetFx.Build.props index a21b9bb1..147aa037 100644 --- a/Lombiq.Analyzers/NetFx.Build.props +++ b/Lombiq.Analyzers/NetFx.Build.props @@ -38,7 +38,7 @@ PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.."> by adding "Microsoft.Net.Compilers.Toolset" manually; see: https://docs.microsoft.com/en-us/answers/questions/244179/microsoftcodeanalysis-problem.html. --> - + all runtime; build; native; contentfiles; analyzers;