Skip to content

Paket does not make a correct CodeJam reference #4308

@alexey-tyulkin

Description

@alexey-tyulkin

Hi
I created new console application and add CodeJam

dotnet new console --name PaketVsCodeJam
.paket/paket.exe add  --project .\PaketVsCodeJam.csproj  CodeJam

change csproj

 <TargetFramework>net471</TargetFramework>
<LangVersion>latest</LangVersion>

Add using CodeJam; to Program.cs and get
Error CS0246 : The type or namespace name 'CodeJam' could not be found (are you missing a using directive or an assembly reference?)

Image

MSBuild version 17.14.23+b0019275e for .NET Framework
Paket version 9.0.2+a9b12aaeb8d8d5e47a415a3442b7920ed04e98e0

PS I get the same error for Newtonsof.Json too

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions