Skip to content

Compiling 3.1 project referencing Microsoft.CodeAnalysis.CSharp fails on latest MacOS #12265

Open
@georgiosd

Description

@georgiosd

Version Used:

Microsoft.CodeAnalysis.CSharp 3.6.0

Steps to Reproduce:

On latest MacOS with dotnet core 3.1.5, a 3.1 project referencing <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" /> fails

Expected Behavior:

Project compiles

Actual Behavior:

/Users/georgiosd/Documents/studoyo/api/xxxx.csproj : error NU1102: Unable to find package Microsoft.CodeAnalysis.CSharp with version (>= 3.3.0)
/Users/georgiosd/Documents/studoyo/api/xxxx.csproj : error NU1102:   - Found 62 version(s) in nuget.org [ Nearest version: 3.0.0 ]
/Users/georgiosd/Documents/studoyo/api/xxxx.csproj : error NU1102: Unable to find package Microsoft.CodeAnalysis.Common with version (>= 3.3.0)
/Users/georgiosd/Documents/studoyo/api/xxx.csproj : error NU1102:   - Found 62 version(s) in nuget.org [ Nearest version: 3.0.0 ]
    0 Warning(s)
    2 Error(s)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions