Skip to content

Commit

Permalink
Update libclang to 17.0.X
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Sep 7, 2024
1 parent 8ed315e commit 72f1977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/MochaTool.InteropGen/MochaTool.InteropGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand All @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ClangSharp" Version="15.0.2" />
<PackageReference Include="libClangSharp.runtime.win-x64" Version="15.0.0" />
<PackageReference Include="ClangSharp" Version="17.0.1" />
<PackageReference Include="libClangSharp.runtime.win-x64" Version="17.0.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
Expand Down
Binary file modified Source/MochaTool.InteropGen/libclang.dll
Binary file not shown.

0 comments on commit 72f1977

Please sign in to comment.