File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/JsonApiDotNetCore.SourceGenerators Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 55using Microsoft . CodeAnalysis . CSharp . Syntax ;
66using 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
You can’t perform that action at this time.
0 commit comments