Skip to content

Commit 39f41ab

Browse files
committed
Reduce required version of Microsoft.CodeAnalysis to enable building on .NET 8 installed via Ubuntu feed
1 parent c8abe25 commit 39f41ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Published dependencies (only update on major version change) -->
4-
<CodeAnalysisFrozenVersion>4.13.0</CodeAnalysisFrozenVersion>
4+
<CodeAnalysisFrozenVersion>4.8.0</CodeAnalysisFrozenVersion>
55
<DemystifierFrozenVersion>0.4.1</DemystifierFrozenVersion>
66
<HumanizerFrozenVersion>2.14.1</HumanizerFrozenVersion>
77
<NewtonsoftJsonFrozenVersion>13.0.4</NewtonsoftJsonFrozenVersion>

src/JsonApiDotNetCore.SourceGenerators/ControllerSourceGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using Microsoft.CodeAnalysis.CSharp.Syntax;
66
using Microsoft.CodeAnalysis.Text;
77

8-
// To debug in Visual Studio (requires v17.13 or higher):
8+
// To debug in Visual Studio (requires v17.8 or higher):
99
// - Set JsonApiDotNetCore.SourceGenerators as startup project
1010
// - Add a breakpoint at the start of the Initialize method
1111
// - Optional: change targetProject in Properties\launchSettings.json

0 commit comments

Comments
 (0)