Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update dependencies to the latest .NET 5 and Vue 2 version.
  • Loading branch information
liborpansky committed Jun 25, 2022
1 parent c5538d9 commit 808e94b
Show file tree
Hide file tree
Showing 7 changed files with 19,315 additions and 1,075 deletions.
14 changes: 7 additions & 7 deletions AspNetCoreVueStarter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
<Authors>Software Ateliers</Authors>
<Company>Software Ateliers</Company>
<Description>ASP.NET Core + Vue.js starter project</Description>
<Copyright>MIT 2021 Software Ateliers</Copyright>
<Copyright>MIT 2022 Software Ateliers</Copyright>
<AssemblyName>AspNetCoreVueStarter</AssemblyName>
<RootNamespace>AspNetCoreVueStarter</RootNamespace>
<Version>3.1.1</Version>
<AssemblyVersion>3.1.1.0</AssemblyVersion>
<FileVersion>3.1.1.0</FileVersion>
<Version>3.1.2</Version>
<AssemblyVersion>3.1.2.0</AssemblyVersion>
<FileVersion>3.1.2.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.1" />
<PackageReference Include="VueCliMiddleware" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="5.0.17" />
<PackageReference Include="VueCliMiddleware" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -48,7 +48,7 @@
<!-- Include the newly-built files in the publish output -->
<ItemGroup>
<DistFiles Include="$(SpaRoot)dist\**" />
<ResolvedFileToPublish Include="@(DistFiles-&gt;'%(FullPath)')" Exclude="@(ResolvedFileToPublish)">
<ResolvedFileToPublish Include="@(DistFiles->'%(FullPath)')" Exclude="@(ResolvedFileToPublish)">
<RelativePath>%(DistFiles.Identity)</RelativePath>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
Expand Down
Loading

0 comments on commit 808e94b

Please sign in to comment.