Orchard.DynamicForms: Adding TypeScriptToolsVersion property to csproj to remove build warning

This commit is contained in:
Lombiq
2017-12-22 20:08:47 +01:00
committed by Benedek Farkas
parent ed0c60c5fd
commit ebc3b86dfd

View File

@@ -25,6 +25,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>