Skip to content

Commit

Permalink
chore: upgrade to netcore 3.1 (target fx)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr committed Dec 16, 2019
1 parent 8f12988 commit 4f314c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Content/Views/Main/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div>
Your web api logic comes from this port.
Your web api logic comes from this path.
Check the vue-cli port generated for the ui.
</div>
4 changes: 2 additions & 2 deletions Content/Vue.Simple.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<ClientApp>ClientApp\</ClientApp>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="3.1.0" />
<PackageReference Include="VueCliMiddleware" Version="3.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 4f314c4

Please sign in to comment.