We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fc4d3 commit cd81b83Copy full SHA for cd81b83
WebGPUGen/WebGPUGen/WebGPUGen.csproj
@@ -4,6 +4,7 @@
4
<TargetFramework>net8.0</TargetFramework>
5
<OutputType>Exe</OutputType>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
+ <!-- Workaround for issue https://github.com/microsoft/ClangSharp/issues/129 -->
8
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'">$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
9
</PropertyGroup>
10
@@ -24,7 +25,7 @@
24
25
</ItemGroup>
26
27
<ItemGroup>
- <PackageReference Include="CppAst" Version="0.20.1" />
28
+ <PackageReference Include="CppAst" Version="0.21.1" />
29
30
31
</Project>
0 commit comments