iNKORE-NET / UI.WPF.Modern

Modern (Fluent 2) styles and controls for your WPF applications
https://docs.inkore.net/ui-wpf-modern
GNU Lesser General Public License v2.1
326 stars 29 forks source link

nuget reference wrong version in .NET Core #57

Closed plindjo closed 2 months ago

plindjo commented 2 months ago

Describe the bug Project references a wrong assembly version (1.2.3.0) when using nuget package v 0.9.27 with .NET Core

To Reproduce Steps to reproduce the behavior:

  1. Create project for .NET6.0 following the Quick Start
  2. Build project
  3. See errors in designer/xaml or Error List

Expected behavior Expected an application similar to the quick start sample

Screenshots AssemblyVersion

Desktop (please complete the following information):

NotYoojun commented 2 months ago

Hi there, this problem has been existing for a while and I have no idea to fix it. I believe this is caused by the wrong configuration of the nuget package.

You can try add iNKORE.UI.WPF in your project, this will fix this error.

If you're good at nuget config files, you can do something to the nuget package and send it back to us.

plindjo commented 2 months ago

The issue is resolved with latest version.

NotYoojun commented 2 months ago

Glad to hear that. Please dont hesitate to open a new issue if anything happens. Thanks!