mint
mint copied to clipboard
Question: Any interest in a pull request for .NET 8.0?
If so, I would love to do it!
Do you have any new features available?
No, only .NET 6 and the Mint.csproj file is slimmed down. ` <Project Sdk="Microsoft.NET.Sdk">
<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>
`
I'd like some features if it's gonna be update to .NET 6.0.
What functions would these be?
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?
Yes, .NET 8.0 makes more sense now.
Am waiting for a PR with overall improvements and .NET 8 migration. No time for leisure coding unfortunately. Thank you all.