Skip to content

Commit

Permalink
update to typescript 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olmobrutall committed Dec 7, 2018
1 parent b883d5a commit 7aee7c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Southwind.React/Southwind.React.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TypeScriptToolsVersion>3.1</TypeScriptToolsVersion>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TypeScriptToolsVersion>3.2</TypeScriptToolsVersion>
<Platforms>x64</Platforms>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
Expand Down Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="CNTK.CPUOnly" Version="2.6.0" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Signum.Analyzer" Version="1.0.1" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.1.5">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.2.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions Southwind.React/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"lib": [
"es2017",
"esnext",
//"esnext",
"dom"
]
},
"exclude": [ "node_modules" ]
}
}

0 comments on commit 7aee7c4

Please sign in to comment.