Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="13.0.4" targetFramework="net472" />
<package id="System.ComponentModel.Composition" version="9.0.9" targetFramework="net472" />
<package id="System.ComponentModel.Composition" version="10.0.0" targetFramework="net472" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Version 10.0.0 is a .NET 10 preview package. This project targets .NET Framework 4.7.2, which may not be compatible with .NET 10.0 packages that are designed for modern .NET (formerly .NET Core). The 9.x versions were the last to support .NET Framework. Verify that this package installs correctly and the plugin loads in vatSys.

Prompt To Fix With AI
This is a comment left during a code review.
Path: packages.config
Line: 4:4

Comment:
**logic:** Version 10.0.0 is a .NET 10 preview package. This project targets .NET Framework 4.7.2, which may not be compatible with .NET 10.0 packages that are designed for modern .NET (formerly .NET Core). The 9.x versions were the last to support .NET Framework. Verify that this package installs correctly and the plugin loads in vatSys.

How can I resolve this? If you propose a fix, please make it concise.

</packages>