|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks> |
| 3 | + <TargetFramework>net9.0</TargetFramework> |
4 | 4 | <Nullable>enable</Nullable> |
5 | 5 | <LangVersion>12.0</LangVersion> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <WarningsAsErrors>nullable</WarningsAsErrors> |
8 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 8 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
9 | 9 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
10 | 10 |
|
11 | 11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
|
16 | 16 |
|
17 | 17 | <Author>Arlo Godfrey</Author> |
18 | 18 | <Version>0.0.0</Version> |
19 | | - <Product>OwlCore</Product> |
| 19 | + <Product>WindowsAppCommunity.CommandLine</Product> |
20 | 20 | <Description></Description> |
21 | 21 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
22 | 22 | <PackageIcon>logo.png</PackageIcon> |
@@ -47,23 +47,9 @@ Initial release of WindowsAppCommunity.CommandLine. |
47 | 47 | <Deterministic>true</Deterministic> |
48 | 48 | </PropertyGroup> |
49 | 49 |
|
50 | | - <ItemGroup> |
51 | | - <None Include="LICENSE.txt"> |
52 | | - <Pack>True</Pack> |
53 | | - <PackagePath></PackagePath> |
54 | | - </None> |
55 | | - </ItemGroup> |
56 | | - |
57 | 50 | <ItemGroup> |
58 | 51 | <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2" /> |
59 | 52 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
60 | 53 | <PackageReference Include="System.Linq.Async" Version="6.0.1" /> |
61 | 54 | </ItemGroup> |
62 | | - |
63 | | - <ItemGroup> |
64 | | - <None Include="logo.png"> |
65 | | - <Pack>True</Pack> |
66 | | - <PackagePath>\</PackagePath> |
67 | | - </None> |
68 | | - </ItemGroup> |
69 | 55 | </Project> |
0 commit comments