Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate App to .net8.0 #12

Open
Ghislain1 opened this issue Dec 3, 2023 · 1 comment
Open

Migrate App to .net8.0 #12

Ghislain1 opened this issue Dec 3, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Ghislain1
Copy link

Purpose
Upgrade App to .Net8.0

Manual alternative?
Steps for reproducing the action executed by this script manually. If not available, explain why.

Host
The script host you chose and why.

Additional context
Add any other context or screenshots about the script.

Script code

<?xml version="1.0" encoding="UTF-8"?>
<Script>
  <Name>EnglishName</Name>
  <Name xml:lang="fr">FrenchName</Name>
  <Description>EnglishDescription</Description>
  <Description xml:lang="fr">FrenchDescription</Description>
  <Category>Maintenance/Debloating/Customization</Category>
  <Recommended>Safe/Dangerous/Limited</Recommended>
  <Impact>Ergonomics/Free storage space/Memory usage/Network usage/Privacy/Performance/Shutdown time/Startup time/Storage speed/Visuals</Impact>
  <Versions>>=10.0.0</Versions> <!-- Supported Windows version range in SemVer 2.0.0 standard range syntax (optional). If unspecified, the script considered to support all Windows versions. -->
  <Code>
    <Execute Host="Cmd/PowerShell/Regedit">code</Execute> <!-- (optional) -->
    <Enable Host="Cmd/PowerShell/Regedit">code</Enable> <!-- (optional) -->
    <Disable Host="Cmd/PowerShell/Regedit">code</Disable> <!-- (optional) -->
    <Detect Host="Cmd/PowerShell/Regedit">code</Detect> <!-- (optional) -->
  </Code>
</Script>
@Ghislain1 Ghislain1 added the enhancement New feature or request label Dec 3, 2023
@5cover
Copy link
Owner

5cover commented Dec 3, 2023

I don't know if this is a good idea, won't it require users to download a new version of the .NET runtime?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants