[PR #166] [MERGED] Upgrades, people! #981

Closed
opened 2026-01-29 16:24:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/166
Author: @mnadareski
Created: 10/1/2019
Status: Merged
Merged: 10/1/2019
Merged by: @mnadareski

Base: masterHead: upgrades-people


📝 Commits (8)

  • b133faa First step: 4.6.2
  • 221fb27 Make Check and Library .NET Core 3.0 compatible
  • 5d133ac Enable 4.6.2 and 4.7.2 on DICUI
  • d3f2a74 DICUI .NET Core 3.0
  • 7573bf7 Solution items
  • 003cf47 New Appeyor paths, environment
  • 630129a Upgrade DICUI.Test for all frameworks too
  • 984ae61 Fix .NET Core 3.0 difference in path handling

📊 Changes

13 files changed (+90 additions, -430 deletions)

View changed files

📝 DICUI.Check/App.config (+3 -3)
📝 DICUI.Check/DICUI.Check.csproj (+7 -46)
📝 DICUI.Library/DICUI.Library.csproj (+21 -82)
📝 DICUI.Library/Utilities/DumpEnvironment.cs (+7 -5)
DICUI.Library/packages.config (+0 -9)
📝 DICUI.Test/DICUI.Test.csproj (+21 -97)
DICUI.Test/Properties/AssemblyInfo.cs (+0 -20)
DICUI.Test/packages.config (+0 -14)
📝 DICUI.sln (+7 -0)
📝 DICUI/App.config (+2 -2)
📝 DICUI/DICUI.csproj (+11 -147)
📝 README.md (+1 -1)
📝 appveyor.yml (+10 -4)

📄 Description

This PR updates as much as possible to be compatible with .NET Framework 4.6.2, .NET Framework 4.7.2, and .NET Core 3.0.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/166 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 10/1/2019 **Status:** ✅ Merged **Merged:** 10/1/2019 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `upgrades-people` --- ### 📝 Commits (8) - [`b133faa`](https://github.com/SabreTools/MPF/commit/b133faaac264b7906d510d2211b3e680daf2926b) First step: 4.6.2 - [`221fb27`](https://github.com/SabreTools/MPF/commit/221fb2757f15a319db0889e243b1c51315c83957) Make Check and Library .NET Core 3.0 compatible - [`5d133ac`](https://github.com/SabreTools/MPF/commit/5d133acf2d4832a35a00319632b1b85e3edd1f97) Enable 4.6.2 and 4.7.2 on DICUI - [`d3f2a74`](https://github.com/SabreTools/MPF/commit/d3f2a7400b28bc5e0ba6ee2dc60d640cc2b627d9) DICUI .NET Core 3.0 - [`7573bf7`](https://github.com/SabreTools/MPF/commit/7573bf7e71963485b0927e98c198c84a2915c925) Solution items - [`003cf47`](https://github.com/SabreTools/MPF/commit/003cf472cb82ea973b4c3eb4b3bcd235b21be7c7) New Appeyor paths, environment - [`630129a`](https://github.com/SabreTools/MPF/commit/630129a3e4dd0ca0eb5207e5eb8bcff03fa29832) Upgrade DICUI.Test for all frameworks too - [`984ae61`](https://github.com/SabreTools/MPF/commit/984ae613f4cfc0f5d11abebefd2922ea90bd0d8a) Fix .NET Core 3.0 difference in path handling ### 📊 Changes **13 files changed** (+90 additions, -430 deletions) <details> <summary>View changed files</summary> 📝 `DICUI.Check/App.config` (+3 -3) 📝 `DICUI.Check/DICUI.Check.csproj` (+7 -46) 📝 `DICUI.Library/DICUI.Library.csproj` (+21 -82) 📝 `DICUI.Library/Utilities/DumpEnvironment.cs` (+7 -5) ➖ `DICUI.Library/packages.config` (+0 -9) 📝 `DICUI.Test/DICUI.Test.csproj` (+21 -97) ➖ `DICUI.Test/Properties/AssemblyInfo.cs` (+0 -20) ➖ `DICUI.Test/packages.config` (+0 -14) 📝 `DICUI.sln` (+7 -0) 📝 `DICUI/App.config` (+2 -2) 📝 `DICUI/DICUI.csproj` (+11 -147) 📝 `README.md` (+1 -1) 📝 `appveyor.yml` (+10 -4) </details> ### 📄 Description This PR updates as much as possible to be compatible with .NET Framework 4.6.2, .NET Framework 4.7.2, and .NET Core 3.0. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#981