|
1 | 1 | <Project Sdk="Microsoft.Build.NoTargets/3.7.56">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>netstandard2.0</TargetFramework> |
| 4 | + <TargetFramework>net40</TargetFramework> |
5 | 5 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
6 |
| - <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
7 |
| - <NoWarn>NU5101</NoWarn> |
8 | 6 | <Configurations>NuGet</Configurations>
|
9 | 7 | </PropertyGroup>
|
10 | 8 |
|
11 | 9 | <PropertyGroup>
|
12 | 10 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
13 |
| - <Description>AutoIt package for .NET (Windows only), includes .NET assembly and native x86/x64 Windows DLLs from AutoIt distribution. Drop-in replacement for AutoItX.Dotnet NuGet package.</Description> |
| 11 | + <Title>AutoItX for .NET (Windows only)</Title> |
| 12 | + <Description>AutoIt NuGet package for .NET (Windows only). Includes .NET assembly and native x86/x64 Windows DLLs from AutoIt distribution. Drop-in replacement for AutoItX.Dotnet NuGet package.</Description> |
14 | 13 | < Authors>AutoIt team, Ivan Ivon ( [email protected])</ Authors>
|
15 | 14 | <RepositoryType>git</RepositoryType>
|
16 | 15 | <PackageTags>autoit automation scripting windows</PackageTags>
|
|
23 | 22 | </PropertyGroup>
|
24 | 23 |
|
25 | 24 | <ItemGroup>
|
26 |
| - <Content Include="build\*"> |
| 25 | + <Content Include="build\**"> |
27 | 26 | <PackagePath>build</PackagePath>
|
28 | 27 | <PackageCopyToOutput>true</PackageCopyToOutput>
|
29 | 28 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
30 | 29 | </Content>
|
31 |
| - <Content Include="lib\*"> |
| 30 | + <Content Include="lib\**"> |
32 | 31 | <PackagePath>lib</PackagePath>
|
33 | 32 | <PackageCopyToOutput>true</PackageCopyToOutput>
|
34 | 33 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
0 commit comments