Update Versions, Framework and NuGet Packages#293
Update Versions, Framework and NuGet Packages#293Hirogen merged 2 commits intoLogExperts:Developmentfrom
Conversation
Update .netcore 3.1 => .net 8 Update all NuGet Packages Depend on Update the TestPackage, migrate the Testcode AreEqual => That()
|
Sorry for this confusion, but i would like opening a new Pullrequest from the Development Branch to the Development Branch. In this request are included the .net 8 update from the build project. |
|
Hi Patrick, I'm surprised. When testing this pull request, it was compiled against .NET 4.7.2. Actually I would have expected .NET 4.8.1 and after the merge the developer pack for the new .NET version was missing. |
|
not really, since target framework is 4.8.1, very strange |
|
The Developer Pack .NET 4.8.1 must be installed in the pipeline for compilation. Alternatively, a downgrade to .NET Framework 4.8 should also work. |
Update Framework to 4.8.1
Update .netcore 3.1 => .net 8
Update all NuGet Packages
Depend on Update the TestPackage, migrate the Testcode AreEqual => That()