We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c541587 commit 15af204Copy full SHA for 15af204
Directory.build.props
@@ -14,12 +14,13 @@
14
<RepositoryType>git</RepositoryType>
15
<Product>$(AssemblyName) ($(TargetFramework))</Product>
16
<NeutralLanguage>en</NeutralLanguage>
17
- <Version>0.7.4</Version>
+ <Version>0.7.5</Version>
18
19
<LangVersion>latest</LangVersion>
20
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;NU1603</NoWarn>
21
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
22
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' and '$(IsTestProject)' != 'true'">true</GeneratePackageOnBuild>
23
+ <DesignTimeBuild>false</DesignTimeBuild>
24
25
<Platform>AnyCPU</Platform>
26
<DebugType>full</DebugType>
0 commit comments