Skip to content

Commit e893f23

Browse files
committed
Update project files to target .NET 9.0 and remove unused assets
1 parent c72930e commit e893f23

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

src/WindowsAppCommunity.CommandLine.csproj

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
3+
<TargetFramework>net9.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<LangVersion>12.0</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<WarningsAsErrors>nullable</WarningsAsErrors>
8-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
99
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1010

1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -16,7 +16,7 @@
1616

1717
<Author>Arlo Godfrey</Author>
1818
<Version>0.0.0</Version>
19-
<Product>OwlCore</Product>
19+
<Product>WindowsAppCommunity.CommandLine</Product>
2020
<Description></Description>
2121
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2222
<PackageIcon>logo.png</PackageIcon>
@@ -47,23 +47,9 @@ Initial release of WindowsAppCommunity.CommandLine.
4747
<Deterministic>true</Deterministic>
4848
</PropertyGroup>
4949

50-
<ItemGroup>
51-
<None Include="LICENSE.txt">
52-
<Pack>True</Pack>
53-
<PackagePath></PackagePath>
54-
</None>
55-
</ItemGroup>
56-
5750
<ItemGroup>
5851
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2" />
5952
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
6053
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
6154
</ItemGroup>
62-
63-
<ItemGroup>
64-
<None Include="logo.png">
65-
<Pack>True</Pack>
66-
<PackagePath>\</PackagePath>
67-
</None>
68-
</ItemGroup>
6955
</Project>

src/logo.png

-13.2 KB
Binary file not shown.

tests/WindowsAppCommunity.CommandLine.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

@@ -16,7 +16,6 @@
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
19-
<PackageReference Include="OwlCore" Version="0.6.1" />
2019
<PackageReference Include="System.Text.Json" Version="9.0.2" />
2120
</ItemGroup>
2221

0 commit comments

Comments
 (0)