A RetroSearch Logo

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

Search Query:

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

add Upgrade_20210829_TypeScript44 · signumsoftware/framework@f6412af · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+32

-0

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+32

-0

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

@@ -59,6 +59,7 @@ static void Main(string[] args)

59 59

new Upgrade_20210816_RemoveWebAuth(),

60 60

new Upgrade_20210824_UpdateNugets(),

61 61

new Upgrade_20210828_ExtensionsLoveFramework(),

62 +

new Upgrade_20210829_TypeScript44(),

62 63

}.Run(uctx);

63 64

}

64 65

}

Original file line number Diff line number Diff line change

@@ -0,0 +1,31 @@

1 +

using Signum.Utilities;

2 +

using System;

3 +

using System.Collections.Generic;

4 +

using System.IO;

5 +

using System.Linq;

6 +

using System.Security.Cryptography.X509Certificates;

7 +

using System.Text;

8 +

using System.Threading.Tasks;

9 + 10 +

namespace Signum.Upgrade.Upgrades

11 +

{

12 +

class Upgrade_20210829_TypeScript44 : CodeUpgradeBase

13 +

{

14 +

public override string Description => "Update to TS 4.4";

15 + 16 +

public override void Execute(UpgradeContext uctx)

17 +

{

18 + 19 +

uctx.ChangeCodeFile(@"Southwind.React/package.json", file =>

20 +

{

21 +

file.UpdateNpmPackage("ts-loader", "9.2.5");

22 +

file.UpdateNpmPackage("typescript", "4.4.2");

23 +

});

24 + 25 +

uctx.ChangeCodeFile(@"Southwind.React.csproj", file =>

26 +

{

27 +

file.UpdateNugetReference("Microsoft.TypeScript.MSBuild", "4.4.2");

28 +

});

29 +

}

30 +

}

31 +

}

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