Skip to content

Versioning for .NET Framework 4.6.2 version of NUnit v4.3.1 inconsistent in .csproj file #4910

@astrohart

Description

@astrohart

In the past, the reference to NUnit in a .csproj file was:

<Reference Include="nunit.framework, Version=4.0.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  <HintPath>..\packages\NUnit.4.0.1\lib\net462\nunit.framework.dll</HintPath>
</Reference>

Notice the concordance between the version 4.0.1 of the package an the version, Version=4.0.1.0 of the Reference tag.

When I upgrade to 4.3.1 of NUnit, I get:

<Reference Include="nunit.framework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  <HintPath>..\packages\NUnit.4.3.1\lib\net462\nunit.framework.dll</HintPath>
</Reference>

There is a different version Version=4.4.0.0 in the Reference XML tag than in the HintPath (v 4.3.1).

Is this by design? Was there a typo?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions