From f8e6f2574bc08d04579fd261fc4d05a485e2b095 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sat, 4 Feb 2023 08:21:47 +0000 Subject: [PATCH] Downgrade CodeAnalysis dependency to allow running on older compilers Since we only need 4.0.1 to get incremental source generators, stick to that version. This allows VS2022 RTM and up (see https://learn.microsoft.com/en-us/visualstudio/extensibility/roslyn-version-support?view=vs-2022). --- src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj | 2 +- src/ThisAssembly.Constants/ThisAssembly.Constants.csproj | 2 +- src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj | 2 +- src/ThisAssembly.Project/ThisAssembly.Project.csproj | 2 +- src/ThisAssembly.Resources/ThisAssembly.Resources.csproj | 2 +- src/ThisAssembly.Strings/ThisAssembly.Strings.csproj | 2 +- src/ThisAssembly.Tests/ThisAssembly.Tests.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj b/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj index 7daed1db..8f3825d2 100644 --- a/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj +++ b/src/ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj @@ -35,7 +35,7 @@ on the `ThisAssembly.Info` class. - + diff --git a/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj b/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj index 17e68a43..262f493c 100644 --- a/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj +++ b/src/ThisAssembly.Constants/ThisAssembly.Constants.csproj @@ -55,7 +55,7 @@ C#: - + diff --git a/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj b/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj index 28e9fd78..ccb00c6c 100644 --- a/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj +++ b/src/ThisAssembly.Metadata/ThisAssembly.Metadata.csproj @@ -47,7 +47,7 @@ C#: - + diff --git a/src/ThisAssembly.Project/ThisAssembly.Project.csproj b/src/ThisAssembly.Project/ThisAssembly.Project.csproj index 13d1da1a..833d2829 100644 --- a/src/ThisAssembly.Project/ThisAssembly.Project.csproj +++ b/src/ThisAssembly.Project/ThisAssembly.Project.csproj @@ -46,7 +46,7 @@ C#: - + diff --git a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj index 2ef63a31..75333d45 100644 --- a/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj +++ b/src/ThisAssembly.Resources/ThisAssembly.Resources.csproj @@ -31,7 +31,7 @@ - + diff --git a/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj b/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj index 1cb981b7..c50909e5 100644 --- a/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj +++ b/src/ThisAssembly.Strings/ThisAssembly.Strings.csproj @@ -32,7 +32,7 @@ such as "Hello {name}". - + diff --git a/src/ThisAssembly.Tests/ThisAssembly.Tests.csproj b/src/ThisAssembly.Tests/ThisAssembly.Tests.csproj index f204305d..3324c474 100644 --- a/src/ThisAssembly.Tests/ThisAssembly.Tests.csproj +++ b/src/ThisAssembly.Tests/ThisAssembly.Tests.csproj @@ -27,7 +27,7 @@ - +