Skip to content

Commit

Permalink
Updated CppAst reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Feb 14, 2025
1 parent 20fc4d3 commit cd81b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebGPUGen/WebGPUGen/WebGPUGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Workaround for issue https://github.com/microsoft/ClangSharp/issues/129 -->
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'">$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
</PropertyGroup>

Expand All @@ -24,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CppAst" Version="0.20.1" />
<PackageReference Include="CppAst" Version="0.21.1" />
</ItemGroup>

</Project>

0 comments on commit cd81b83

Please sign in to comment.