Skip to content

Commit cd81b83

Browse files
committed
Updated CppAst reference
1 parent 20fc4d3 commit cd81b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WebGPUGen/WebGPUGen/WebGPUGen.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7+
<!-- Workaround for issue https://github.com/microsoft/ClangSharp/issues/129 -->
78
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'">$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
89
</PropertyGroup>
910

@@ -24,7 +25,7 @@
2425
</ItemGroup>
2526

2627
<ItemGroup>
27-
<PackageReference Include="CppAst" Version="0.20.1" />
28+
<PackageReference Include="CppAst" Version="0.21.1" />
2829
</ItemGroup>
2930

3031
</Project>

0 commit comments

Comments
 (0)