Skip to content

Commit

Permalink
Merge pull request #165 from damienbod/dev
Browse files Browse the repository at this point in the history
Update Angular 11.0.4, .NET 5
  • Loading branch information
damienbod committed Dec 13, 2020
2 parents 23a367c + 752046d commit 06a7971
Show file tree
Hide file tree
Showing 5 changed files with 1,951 additions and 1,487 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ For a fresh start, consider running these commands

<a href="https://github.com/damienbod/Angular2WebpackVisualStudio/blob/master/README.md">Readme</a>

<a name="2020-12-13"></a>
# 2020-12-13 Version 8.0.0
* Update to Angular 11.0.4, .NET 5

<a name="2020-09-15"></a>
# 2020-06-26 Version 7.0.1
# 2020-09-15 Version 7.0.1
* Update to Angular 10.1.1
*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>7.0.0</Version>
<TypeScriptToolsVersion>3.7</TypeScriptToolsVersion>
<TargetFramework>net5.0</TargetFramework>
<TypeScriptToolsVersion>4.0</TypeScriptToolsVersion>
<Version>8.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.1" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
Expand Down
Loading

0 comments on commit 06a7971

Please sign in to comment.