Skip to content

Commit c946a18

Browse files
author
Diego Vieira
committed
ajustes nuget
1 parent 33c58b9 commit c946a18

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

aspnetcore-vuejs-template.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
66
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
7-
<IsPackable>false</IsPackable>
7+
<IsPackable>true</IsPackable>
88
<SpaRoot>ClientApp\</SpaRoot>
99
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
1010
<RootNamespace>aspnetcore_vuejs_template</RootNamespace>

aspnetcore-vuejs-template.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>aspnetcore-vuejs-template</id>
55
<version>1.0.0</version>
66
<description>Starter Project Template for ASP.NET Core, Vue.JS + Vuetify + Vue Router + Vuex</description>
77
<authors>Diego Vieira</authors>
88
<owners>Diego Vieira</owners>
9+
<license type="expression">MIT License</license>
910
<projectUrl>https://github.com/dieegov/aspnetcore-vue-template</projectUrl>
1011
<licenseUrl>https://github.com/dieegov/aspnetcore-vue-template/blob/master/LICENSE</licenseUrl>
1112
<iconUrl></iconUrl>

0 commit comments

Comments
 (0)