Skip to content

Commit 06a7971

Browse files
authored
Merge pull request #165 from damienbod/dev
Update Angular 11.0.4, .NET 5
2 parents 23a367c + 752046d commit 06a7971

File tree

5 files changed

+1951
-1487
lines changed

5 files changed

+1951
-1487
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ For a fresh start, consider running these commands
55

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

8+
<a name="2020-12-13"></a>
9+
# 2020-12-13 Version 8.0.0
10+
* Update to Angular 11.0.4, .NET 5
11+
812
<a name="2020-09-15"></a>
9-
# 2020-06-26 Version 7.0.1
13+
# 2020-09-15 Version 7.0.1
1014
* Update to Angular 10.1.1
1115
*
1216

src/AngularWebpackVisualStudio/AngularWebpackVisualStudio.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp3.1</TargetFramework>
4-
<Version>7.0.0</Version>
5-
<TypeScriptToolsVersion>3.7</TypeScriptToolsVersion>
3+
<TargetFramework>net5.0</TargetFramework>
4+
<TypeScriptToolsVersion>4.0</TypeScriptToolsVersion>
5+
<Version>8.0.0</Version>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.8" />
8+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.1" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />

0 commit comments

Comments
 (0)