diff options
Diffstat (limited to 'src/wix/dotnet-wix/dotnet-wix.nuspec')
-rw-r--r-- | src/wix/dotnet-wix/dotnet-wix.nuspec | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/wix/dotnet-wix/dotnet-wix.nuspec b/src/wix/dotnet-wix/dotnet-wix.nuspec new file mode 100644 index 00000000..66d42c75 --- /dev/null +++ b/src/wix/dotnet-wix/dotnet-wix.nuspec | |||
@@ -0,0 +1,20 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
3 | <metadata> | ||
4 | <id>$id$</id> | ||
5 | <version>$version$</version> | ||
6 | <authors>$authors$</authors> | ||
7 | <owners>$authors$</owners> | ||
8 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
9 | <description>$description$</description> | ||
10 | <copyright>$copyright$</copyright> | ||
11 | <packageTypes> | ||
12 | <packageType name="DotnetTool" /> | ||
13 | </packageTypes> | ||
14 | </metadata> | ||
15 | |||
16 | <files> | ||
17 | <file src="$projectFolder$DotnetToolSettings.xml" target="tools\netcoreapp3.1\any" /> | ||
18 | <file src="**" target="tools\netcoreapp3.1\any" /> | ||
19 | </files> | ||
20 | </package> | ||