We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358f9ab commit 51a53a5Copy full SHA for 51a53a5
Drachenhorn.Desktop/Drachenhorn.nuspec
@@ -10,6 +10,7 @@
10
<iconUrl>https://raw.githubusercontent.com/Drachenhorn-Team/Drachenhorn/master/img/Icons/Drachenhorn.ico</iconUrl>
11
</metadata>
12
<files>
13
- <file src="**" exclude="**\*.pdb;**\*.application;**/*.nuspec" target="lib\net461" />
+ <!--lib/net45 for Squirrel no matter the net version-->
14
+ <file src="**" exclude="**\*.pdb;**\*.application;**/*.nuspec" target="lib\net45" />
15
</files>
16
</package>
0 commit comments