A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/signumsoftware/framework/commit/9552afc293a5c568d3f8283b2dbf6aea6254b8b0 below:

update to TS 3.2 and remove esnext (bigint problems) · signumsoftware/framework@9552afc · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+4

-4

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+4

-4

lines changed Original file line number Diff line number Diff line change

@@ -1,8 +1,8 @@

1 1

<Project Sdk="Microsoft.NET.Sdk.Web">

2 2 3 3

<PropertyGroup>

4 -

<TypeScriptToolsVersion>3.1</TypeScriptToolsVersion>

5 4

<TargetFramework>netcoreapp2.2</TargetFramework>

5 +

<TypeScriptToolsVersion>3.2</TypeScriptToolsVersion>

6 6

<LangVersion>latest</LangVersion>

7 7

<OutputType>Library</OutputType>

8 8

<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>

@@ -12,7 +12,7 @@

12 12 13 13

<ItemGroup>

14 14

<PackageReference Include="Microsoft.AspNetCore.App" />

15 -

<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.1.5">

15 +

<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.2.1">

16 16

<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

17 17

<PrivateAssets>all</PrivateAssets>

18 18

</PackageReference>

Original file line number Diff line number Diff line change

@@ -10,9 +10,9 @@

10 10

"baseUrl": ".",

11 11

"lib": [

12 12

"es2017",

13 -

"esnext",

13 +

//"esnext",

14 14

"dom"

15 15

]

16 16

},

17 17

"exclude": [ "node_modules" ]

18 -

}

18 +

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4