Skip to content

Commit 2510d82

Browse files
committed
ASP.NET Core updated to 3.1, client dependencies updated, year changed to 2020
1 parent f25952a commit 2510d82

File tree

6 files changed

+499
-444
lines changed

6 files changed

+499
-444
lines changed

AspNetCoreVueStarter.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
66
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
77
<IsPackable>false</IsPackable>
@@ -10,16 +10,16 @@
1010
<Authors>Software Ateliers</Authors>
1111
<Company>Software Ateliers</Company>
1212
<Description>ASP.NET Core + Vue.js starter project</Description>
13-
<Copyright>MIT 2019 Software Ateliers</Copyright>
13+
<Copyright>MIT 2020 Software Ateliers</Copyright>
1414
<AssemblyName>AspNetCoreVueStarter</AssemblyName>
1515
<RootNamespace>AspNetCoreVueStarter</RootNamespace>
16-
<Version>2.1.4</Version>
17-
<AssemblyVersion>2.1.4.0</AssemblyVersion>
18-
<FileVersion>2.1.4.0</FileVersion>
16+
<Version>2.2.0</Version>
17+
<AssemblyVersion>2.2.0.0</AssemblyVersion>
18+
<FileVersion>2.2.0.0</FileVersion>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.0.0" />
22+
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.0" />
2323
<PackageReference Include="VueCliMiddleware" Version="3.0.0" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)