Skip to content

Commit 79bdc4a

Browse files
committed
change net framework to 451
1 parent ce26d7c commit 79bdc4a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TypeScript Definition Generator
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/l61k3vbx5jsf6o0i?svg=true)](https://ci.appveyor.com/project/madskristensen/typescriptdefinitiongenerator)
3+
[![Build status](https://ci.appveyor.com/api/projects/status/0c5ylw4s31pepy6s?svg=true)](https://ci.appveyor.com/project/snys98/typescriptdefinitiongenerator)
44

55
## NOTE: This is a customed redistribute
66
The orginal repo can be found here:

src/TypeScriptDefinitionGenerator/TypeScriptDefinitionGenerator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<StartProgram>$(DevEnvDir)\devenv.exe</StartProgram>
99
<StartArguments>/rootsuffix Exp</StartArguments>
1010
<UseCodebase>true</UseCodebase>
11+
<TargetFrameworkProfile />
1112
</PropertyGroup>
1213
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1314
<PropertyGroup>
@@ -20,7 +21,7 @@
2021
<AppDesignerFolder>Properties</AppDesignerFolder>
2122
<RootNamespace>TypeScriptDefinitionGenerator</RootNamespace>
2223
<AssemblyName>TypeScriptDefinitionGenerator</AssemblyName>
23-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
24+
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
2425
<GeneratePkgDefFile>true</GeneratePkgDefFile>
2526
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
2627
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>

0 commit comments

Comments
 (0)