|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 | | - <TargetFramework>netcoreapp3.0</TargetFramework> |
| 4 | + <TargetFramework>netcoreapp3.1</TargetFramework> |
5 | 5 | <TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
|
6 | 6 | <TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
|
7 | 7 | <IsPackable>false</IsPackable>
|
|
10 | 10 | <Authors>Software Ateliers</Authors>
|
11 | 11 | <Company>Software Ateliers</Company>
|
12 | 12 | <Description>ASP.NET Core + Vue.js starter project</Description>
|
13 | | - <Copyright>MIT 2019 Software Ateliers</Copyright> |
| 13 | + <Copyright>MIT 2020 Software Ateliers</Copyright> |
14 | 14 | <AssemblyName>AspNetCoreVueStarter</AssemblyName>
|
15 | 15 | <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> |
19 | 19 | </PropertyGroup>
|
20 | 20 |
|
21 | 21 | <ItemGroup>
|
22 | | - <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.0.0" /> |
| 22 | + <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.0" /> |
23 | 23 | <PackageReference Include="VueCliMiddleware" Version="3.0.0" />
|
24 | 24 | </ItemGroup>
|
25 | 25 |
|
|
0 commit comments