Skip to content

Commit 6d930eb

Browse files
codingsebSébastien Geiser
authored andcommitted
Manage .net standard in nuget
1 parent 81a3c03 commit 6d930eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CodingSeb.ExpressionEvaluator/CodingSeb.ExpressionEvaluator.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<tags>evaluation math expression-evaluator expression parser eval evaluate fluid C# calculation execute script</tags>
1414
</metadata>
1515
<files>
16-
<file src="bin\Release\CodingSeb.ExpressionEvaluator.dll" target="lib\net45\CodingSeb.ExpressionEvaluator.dll" />
16+
<file src="bin\Release\net45\CodingSeb.ExpressionEvaluator.dll" target="lib\net45\CodingSeb.ExpressionEvaluator.dll" />
17+
<file src="bin\Release\net45\CodingSeb.ExpressionEvaluator.pdb" target="lib\net45\CodingSeb.ExpressionEvaluator.pdb" />
18+
<file src="bin\Release\netstandard2.0\CodingSeb.ExpressionEvaluator.dll" target="lib\netstandard2.0\CodingSeb.ExpressionEvaluator.dll" />
19+
<file src="bin\Release\netstandard2.0\CodingSeb.ExpressionEvaluator.pdb" target="lib\netstandard2.0\CodingSeb.ExpressionEvaluator.pdb" />
1720
</files>
1821
</package>

0 commit comments

Comments
 (0)