Skip to content

Commit

Permalink
Client side dependencies updated, VueCliMiddleware updated to latest …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
liborpansky committed Jul 13, 2019
1 parent 4766020 commit d4de18e
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 586 deletions.
8 changes: 4 additions & 4 deletions AspNetCoreVueStarter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<Copyright>MIT 2019 Software Ateliers</Copyright>
<AssemblyName>AspNetCoreVueStarter</AssemblyName>
<RootNamespace>AspNetCoreVueStarter</RootNamespace>
<Version>1.0.6</Version>
<AssemblyVersion>1.0.6.0</AssemblyVersion>
<FileVersion>1.0.6.0</FileVersion>
<Version>1.0.7</Version>
<AssemblyVersion>1.0.7.0</AssemblyVersion>
<FileVersion>1.0.7.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="2.2.0" />
<PackageReference Include="VueCliMiddleware" Version="2.2.0" />
<PackageReference Include="VueCliMiddleware" Version="2.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit d4de18e

Please sign in to comment.