Skip to content

Commit f041adb

Browse files
committed
Microsoft.AspNetCore.App 2.2.1, Client dependencies updated, ResponseCache removed and error page updated according to latest SPA template
1 parent be9cc62 commit f041adb

File tree

6 files changed

+437
-426
lines changed

6 files changed

+437
-426
lines changed

AspNetCoreVueStarter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<Copyright>MIT 2019 Software Ateliers</Copyright>
1414
<AssemblyName>AspNetCoreVueStarter</AssemblyName>
1515
<RootNamespace>AspNetCoreVueStarter</RootNamespace>
16-
<Version>1.0.1</Version>
16+
<Version>1.0.2</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" />
20+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.1" />
2121
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="2.2.0" />
2222
<PackageReference Include="VueCliMiddleware" Version="2.2.0" />
2323
</ItemGroup>

0 commit comments

Comments
 (0)