Skip to content

Commit

Permalink
Fix nuspec file to correctly emit the right artefact's
Browse files Browse the repository at this point in the history
  • Loading branch information
Winston Pang committed Aug 23, 2021
1 parent 3a393e1 commit 59071a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Ical.Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
</dependencies>
</metadata>
<files>
<file src="Ical.Net\bin\Release\Ical.Net.xml" target="lib\Ical.Net.xml" />
<file src="src\Ical.Net\bin\Release\Ical.Net.xml" target="lib\Ical.Net.xml" />

<file src="Ical.Net\bin\Release\netstandard2.0\Ical.Net.dll" target="lib\netstandard2.0\Ical.Net.dll" />
<file src="Ical.Net\bin\Release\netstandard2.0\Ical.Net.pdb" target="lib\netstandard2.0\Ical.Net.pdb" />
<file src="Ical.Net\bin\Release\netstandard2.0\Ical.Net.xml" target="lib\netstandard2.0\Ical.Net.xml" />
<file src="Ical.Net\bin\Release\netstandard2.0\Ical.Net.deps.json" target="lib\netstandard2.0\Ical.Net.deps.json" />
<file src="src\Ical.Net\bin\Release\netstandard2.0\Ical.Net.dll" target="lib\netstandard2.0\Ical.Net.dll" />
<file src="src\Ical.Net\bin\Release\netstandard2.0\Ical.Net.pdb" target="lib\netstandard2.0\Ical.Net.pdb" />
<file src="src\Ical.Net\bin\Release\netstandard2.0\Ical.Net.xml" target="lib\netstandard2.0\Ical.Net.xml" />
<file src="src\Ical.Net\bin\Release\netstandard2.0\Ical.Net.deps.json" target="lib\netstandard2.0\Ical.Net.deps.json" />

<file src="Ical.Net\bin\Release\net50\Ical.Net.dll" target="lib\net50\Ical.Net.dll" />
<file src="Ical.Net\bin\Release\net50\Ical.Net.pdb" target="lib\net50\Ical.Net.pdb" />
<file src="Ical.Net\bin\Release\net50\Ical.Net.xml" target="lib\net50\Ical.Net.xml" />
<file src="src\Ical.Net\bin\Release\net50\Ical.Net.dll" target="lib\net50\Ical.Net.dll" />
<file src="src\Ical.Net\bin\Release\net50\Ical.Net.pdb" target="lib\net50\Ical.Net.pdb" />
<file src="src\Ical.Net\bin\Release\net50\Ical.Net.xml" target="lib\net50\Ical.Net.xml" />
</files>
</package>

0 comments on commit 59071a7

Please sign in to comment.