Skip to content

Commit

Permalink
Support packaging nuget for multiple targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Netrebskii committed Nov 1, 2022
1 parent 751036f commit 4e3f9b4
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>RentReady.Dynamics365.UIAutomation.net6.Api</id>
<id>RentReady.Dynamics365.UIAutomation.Api</id>
<version>9.0.0.1</version>
<title>Automated UI testing API (NET 6) for •Microsoft Dynamics 365 Online Version 9.0 (9.0.x) (DB 9.0.x) online</title>
<title>Automated UI testing API (NET 6, .NET 3.1, .NET 4.6.2) for •Microsoft Dynamics 365 Online Version 9.0 (9.0.x) (DB 9.0.x) online</title>
<authors>Rent Ready Engineering Team, MS Ranger Team</authors>
<owners>Rent Ready</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -23,8 +23,6 @@
</dependencies>
</metadata>
<files>
<file src="bin\Release\net6.0\Microsoft.Dynamics365.UIAutomation.Api.dll" target="lib\net6\Microsoft.Dynamics365.UIAutomation.Api.dll" />
<file src="bin\Release\net6.0\Microsoft.Dynamics365.UIAutomation.Browser.dll" target="lib\net6\Microsoft.Dynamics365.UIAutomation.Browser.dll" />
<file src="bin\Release\net6.0\Microsoft.Dynamics365.UIAutomation.Api.UCI.dll" target="lib\net6\Microsoft.Dynamics365.UIAutomation.Api.UCI.dll" />
<file src="bin\Release\**\Microsoft.Dynamics365.UIAutomation.*.dll" target="lib" />
</files>
</package>

0 comments on commit 4e3f9b4

Please sign in to comment.