Why doesn't main project include support for .Net9?

Open
#84 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
tooling

Research direction

Start with AndroidSdk/AndroidSdk.csproj and inspect the TargetFrameworks entry referenced in the issue. Determine whether net9.0 should be included alongside the listed targets, then verify that the project still builds successfully with the updated target list.

Written by the indexing model from the issue text.

Description

Referencing AndroidSdk.csproj, I note that net10.0 is supported, but what about net9.0?

<PropertyGroup>
   <TargetFrameworks>netstandard2.0;net6.0;net8.0;net10.0</TargetFrameworks>
   <LangVersion>latest</LangVersion>
</PropertyGroup>
Dominant language
C#
Stars
78
Forks
18
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Redth/AndroidSdk.Tools

All issues in Redth/AndroidSdk.Tools

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.