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

Question: Any interest in a pull request for .NET 8.0? #3

Open
DocBrown101 opened this issue Nov 29, 2022 · 7 comments
Open

Question: Any interest in a pull request for .NET 8.0? #3

DocBrown101 opened this issue Nov 29, 2022 · 7 comments

Comments

@DocBrown101
Copy link

If so, I would love to do it!

@hellzerg
Copy link
Owner

Do you have any new features available?

@DocBrown101
Copy link
Author

No, only .NET 6 and the Mint.csproj file is slimmed down.
`

<PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <UseWindowsForms>true</UseWindowsForms>
    <ApplicationIcon>mint.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
  <COMReference Include="IWshRuntimeLibrary">
    <WrapperTool>tlbimp</WrapperTool>
    <VersionMinor>0</VersionMinor>
    <VersionMajor>1</VersionMajor>
    <Guid>f935dc20-1cf0-11d0-adb9-00c04fd58a0b</Guid>
    <Lcid>0</Lcid>
    <Isolated>false</Isolated>
    <EmbedInteropTypes>true</EmbedInteropTypes>
  </COMReference>
</ItemGroup>

<ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
`

@hellzerg
Copy link
Owner

I'd like some features if it's gonna be update to .NET 6.0.

@DocBrown101
Copy link
Author

What functions would these be?

@spamish
Copy link

spamish commented Apr 11, 2024

So I'm wanting to add support to run .bat, .cmd and .ps1 files. Will make changes first using .NET 4.5.2, but then interested in updating to .NET 6.0, or I think .NET 8.0 is current now. If I do the initial changes, what's required to send back to you for review hellzerg?

@DocBrown101 DocBrown101 changed the title Question: Any interest in a pull request for .Net 6? Question: Any interest in a pull request for .NET 8.0? Apr 11, 2024
@DocBrown101
Copy link
Author

Yes, .NET 8.0 makes more sense now.

@hellzerg
Copy link
Owner

Am waiting for a PR with overall improvements and .NET 8 migration. No time for leisure coding unfortunately. Thank you all.

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

No branches or pull requests

3 participants