Why doesn't main project include support for .Net9?
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 55/100
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Redth/AndroidSdk.Tools
-
Difficulty 2/5 1-3 hours Newbie friendliness 52/100
Redth/AndroidSdk.Tools#85 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
Redth/AndroidSdk.Tools#66 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
Redth/AndroidSdk.Tools#65 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
Redth/AndroidSdk.Tools#64 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
Redth/AndroidSdk.Tools#41 ·
All issues in Redth/AndroidSdk.Tools
Similar issues
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 75/100
sillsdev/languageforge-lexbox#2665 ·
-
bug documentation frontend
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
azurenoops/spin_agent#975 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
:watch: Not Triaged 11.0 fundamentals/subsvc
Difficulty 2/5 1-3 hours Newbie friendliness 92/100
dotnet/AspNetCore.Docs#37699 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
SubtitleEdit/subtitleedit#15108 · 1 comment ·