Skip to content

Commit

Permalink
alterado nuspec MDF-e para ser compatível com .net core
Browse files Browse the repository at this point in the history
  • Loading branch information
robertorp committed Jun 13, 2021
1 parent 60826ac commit 2f54792
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NuGet/mdfedll/Zeus.Net.MDFe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@
<file src="..\..\MDFe.Servicos\bin\Release\MDFe.Servicos.dll" target="lib\net40\MDFe.Servicos.dll" />
<file src="..\..\MDFe.Utils\bin\Release\MDFe.Utils.dll" target="lib\net40\MDFe.Utils.dll" />
<file src="..\..\MDFe.Wsdl\bin\Release\MDFe.Wsdl.dll" target="lib\net40\MDFe.Wsdl.dll" />

<file src="..\..\MDFe.Classes.Standard\bin\Release\netstandard2.0\MDFe.Classes.Standard.dll" target="lib\netstandard2.0\MDFe.Classes.Standard.dll" />
<file src="..\..\MDFe.Servicos.Standard\bin\Release\netstandard2.0\MDFe.Servicos.Standard.dll" target="lib\netstandard2.0\MDFe.Servicos.Standard.dll" />
<file src="..\..\MDFe.Utils.Standard\bin\Release\netstandard2.0\MDFe.Utils.Standard.dll" target="lib\netstandard2.0\MDFe.Utils.Standard.dll" />
<file src="..\..\MDFe.Wsdl.Standard\bin\Release\netstandard2.0\MDFe.Wsdl.Standard.dll" target="lib\netstandard2.0\MDFe.Wsdl.Standard.dll" />
<file src="..\..\DFe.Classes.Standard\bin\Release\netstandard2.0\DFe.Classes.Standard.dll" target="lib\netstandard2.0\DFe.Classes.Standard.dll" />
<file src="..\..\DFe.Utils.Standard\bin\Release\netstandard2.0\DFe.Utils.Standard.dll" target="lib\netstandard2.0\DFe.Utils.Standard.dll" />
<file src="..\..\DFe.Wsdl.Standard\bin\Release\netstandard2.0\DFe.Wsdl.Standard.dll" target="lib\netstandard2.0\DFe.Wsdl.Standard.dll" />
</files>
</package>

0 comments on commit 2f54792

Please sign in to comment.