Skip to content

Commit

Permalink
update to TS 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olmobrutall committed Aug 26, 2020
1 parent 6fe429a commit 9892208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Signum.React/Signum.React.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.7" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.9.7">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Signum.Test/Signum.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.1.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="Signum.Analyzer" Version="2.7.0" />
<PackageReference Include="Unofficial.Microsoft.SqlServer.Types" Version="1.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down

1 comment on commit 9892208

@olmobrutall
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to Typescript 4.0 and minor fixes

Typescript 4.0 was released last week, so the latest version of Signum Framework is not up to date.

Even being a major version change, there are no important breacking changes, so no panic.

Just update to the latest version of Framework and Extensions, and update your Nuget (like here) and NPM packages (like here).

Finally I've found in stackoverflow there is a cool new <WarningsAsErrors>nullable</WarningsAsErrors>, so I've simplified a little bit the csproj files (check here)

Enjoy!.

Please sign in to comment.