Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum/maximum supported dotnet version for sharp #54

Open
spencerpogo opened this issue Feb 20, 2023 · 0 comments
Open

Minimum/maximum supported dotnet version for sharp #54

spencerpogo opened this issue Feb 20, 2023 · 0 comments

Comments

@spencerpogo
Copy link

spencerpogo commented Feb 20, 2023

I have found that sharp builds successfully on dotnet 5.0, which is EOL. On 6.0, the current LTS, the build fails with the following errors:

       > /build/source/sharp/Olympus.Sharp.csproj : error NU1102: Unable to find package Microsoft.NETFramework.ReferenceAssemblies with version (>= 1.0.2)
       > /build/source/sharp/Olympus.Sharp.csproj : error NU1102:   - Found 1 version(s) in nugetSource [ Nearest version: 1.0.0 ]

I'm not that much of a dotnet person, but the csproj mentions requiring net452, which I assume is dotnet 4.5.2. Is this the current state of affairs or am I just doing something wrong? I had to put in some extra work to support 5.0 as it is EOL and has been removed from nixpkgs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant