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 2957365 commit 450cdd0Copy full SHA for 450cdd0
tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj
@@ -5,6 +5,8 @@
5
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
+ <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
9
+ <Optimize>true</Optimize>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments