Closed zacbre closed 2 years ago
Upgrade to .NET 6.0.
We have gained speed, memory improvements, and quite a bit of size reduction in executable size: .NET 5.0:
.NET 6.0:
We've had to remove executable trimming support due to incompatibility with windows forms. https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/incompatibilities#windows-forms
Closes #119
The artifact is located here: https://github.com/shotr-io/shotr-3/actions/runs/1573347986#artifacts
The artifact is located here: https://github.com/shotr-io/shotr-3/actions/runs/1575197910#artifacts
Upgrade to .NET 6.0.
We have gained speed, memory improvements, and quite a bit of size reduction in executable size: .NET 5.0:
.NET 6.0:
We've had to remove executable trimming support due to incompatibility with windows forms. https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/incompatibilities#windows-forms
Closes #119