Skip to content

Commit

Permalink
Warnings in nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
xinchen10 committed Oct 9, 2023
1 parent 16fd6d9 commit 58f4d15
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions amqp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{679989B2-8717-4ECC-9CAD-B104CFA91C38}"
ProjectSection(SolutionItems) = preProject
src\amqp.snk = src\amqp.snk
nuspec\AMQPNetLite.Core.nuspec = nuspec\AMQPNetLite.Core.nuspec
nuspec\AMQPNetLite.nanoFramework.nuspec = nuspec\AMQPNetLite.nanoFramework.nuspec
nuspec\AMQPNetLite.NetMF.nuspec = nuspec\AMQPNetLite.NetMF.nuspec
nuspec\AMQPNetLite.nuspec = nuspec\AMQPNetLite.nuspec
nuspec\AMQPNetLite.Serialization.nuspec = nuspec\AMQPNetLite.Serialization.nuspec
nuspec\AMQPNetLite.WebSockets.nuspec = nuspec\AMQPNetLite.WebSockets.nuspec
nuspec\AMQPNetMicro.nanoFramework.nuspec = nuspec\AMQPNetMicro.nanoFramework.nuspec
nuspec\AMQPNetMicro.nuspec = nuspec\AMQPNetMicro.nuspec
appveyor.yml = appveyor.yml
build.cmd = build.cmd
EndProjectSection
Expand Down
4 changes: 3 additions & 1 deletion nuspec/AMQPNetLite.NetMF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
<frameworkAssembly assemblyName="System.Net.Security" targetFramework="netmf42" />
</frameworkAssemblies>
<dependencies>
<group targetFramework="netmf" />
<group targetFramework="netmf42" />
<group targetFramework="netmf43" />
<group targetFramework="netmf44" />
</dependencies>
</metadata>
<files>
Expand Down
5 changes: 5 additions & 0 deletions nuspec/AMQPNetMicro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<frameworkAssembly assemblyName="System" targetFramework="netmf42, netmf43, netmf44" />
<frameworkAssembly assemblyName="System.Net.Security" targetFramework="netmf42, netmf43, netmf44" />
</frameworkAssemblies>
<dependencies>
<group targetFramework="netmf42" />
<group targetFramework="netmf43" />
<group targetFramework="netmf44" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Amqp.Micro.NetMF42\*.*" target="lib\netmf42" />
Expand Down

0 comments on commit 58f4d15

Please sign in to comment.