Skip to content

Commit

Permalink
Enable C# 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
eNeRGy164 committed Aug 28, 2024
1 parent 696eeb6 commit a6eac56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DendroDocs.Tool/DendroDocs.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="DendroDocs.Shared" Version="0.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.11.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.1" />
</ItemGroup>

</Project>

0 comments on commit a6eac56

Please sign in to comment.