Skip to content

Update project to .NET 10#64

Open
sevanko90 wants to merge 1 commit intoTechieGuy12:masterfrom
sevanko90:dotnet10
Open

Update project to .NET 10#64
sevanko90 wants to merge 1 commit intoTechieGuy12:masterfrom
sevanko90:dotnet10

Conversation

@sevanko90
Copy link
Copy Markdown

@sevanko90 sevanko90 commented Dec 6, 2025

Cheap and cheerful update to .NET 10 by simply making a new CSProj to include all the existing files.

  • Add nugets
  • Fix up warnings
  • Include Win64 single file publish profile

Works for my simple case, but has had no testing of any other code path beyond running interactively and clicking update!

Cheap and cheerful update to .NET 10 by simply using a new CSProj
- Add nugets
- Fix up warnings
- Include Win64 single file publish profile

Works for my simple case, but has had no testing of any other code path beyond running interactively and clicking update!
@sevanko90
Copy link
Copy Markdown
Author

I run windows server 2019 and .NET framework 8 isn't supported on that so I did a very quick .NET 10 conversion with a single-file publish just to get it on my system with the minimum of hassle.

<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<RootNamespace>PlexServerAutoUpdater</RootNamespace>
<Nullable>disable</Nullable>
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't fancy going through all the warnings so just kept the most compatible setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant