Skip to content

Commit

Permalink
chore: add a note about upgrading Microsoft.CodeAnalysis.CSharp dep
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 8, 2024
1 parent 13f564c commit 028f0e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Kiota.Generated/KiotaGenerated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
</PropertyGroup>

<ItemGroup>
<!-- NOTE: This version constraint (4.8.0.0) MUST match the earliest version supported for .NET 8 to prevent compatibility issues with the SDK.
Updating this version might cause runtime errors due to unsupported dependencies in older SDK versions.
Please avoid upgrading this dependency unless the target framework version is changed or until confirmed compatible with .NET 8.
If Dependabot suggests an upgrade, it should be ignored. -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0.0"
ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4"
Expand Down

0 comments on commit 028f0e6

Please sign in to comment.