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 a7dc013 commit 0330dbaCopy full SHA for 0330dba
src/sdk/build/Vezel.Zig.Sdk.Defaults.targets
@@ -38,7 +38,7 @@
38
<MicrosoftExtensions Condition="'$(MicrosoftExtensions)' == ''">false</MicrosoftExtensions>
39
<NoEntryPoint Condition="'$(NoEntryPoint)' == ''">false</NoEntryPoint>
40
<UnicodeEnvironment Condition="'$(UnicodeEnvironment)' == ''">false</UnicodeEnvironment>
41
- <ZigVersion Condition="'$(ZigVersion)' == ''">0.14.0</ZigVersion>
+ <ZigVersion Condition="'$(ZigVersion)' == ''">0.14.1</ZigVersion>
42
</PropertyGroup>
43
44
<PropertyGroup>
0 commit comments