We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70e30b commit 50f43e3Copy full SHA for 50f43e3
AspNetCoreVueStarter.csproj
@@ -13,13 +13,13 @@
13
<Copyright>MIT 2020 Software Ateliers</Copyright>
14
<AssemblyName>AspNetCoreVueStarter</AssemblyName>
15
<RootNamespace>AspNetCoreVueStarter</RootNamespace>
16
- <Version>2.5.0</Version>
17
- <AssemblyVersion>2.5.0.0</AssemblyVersion>
18
- <FileVersion>2.5.0.0</FileVersion>
+ <Version>2.5.0</Version>
+ <AssemblyVersion>2.5.0.0</AssemblyVersion>
+ <FileVersion>2.5.0.0</FileVersion>
19
</PropertyGroup>
20
21
<ItemGroup>
22
- <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.6" />
+ <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.8" />
23
<PackageReference Include="VueCliMiddleware" Version="3.1.1" />
24
</ItemGroup>
25
0 commit comments