question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Description

with paket 6.0.0-beta10, the “framework” tag cannot be set to net6.0

Repro steps

create paket file like so:

version 6.0.0-beta10

source https://api.nuget.org/v3/index.json
framework: net6.0
storage: none

Then run dotnet paket install

Expected behavior

It works.

Actual behavior

Paket failed with
-> Error in paket.dependencies line 4
     Could not parse framework 'net6.0'. Try to update or install again or report a paket bug.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pbiggarcommented, May 6, 2021

This seems to work, see https://github.com/darklang/dark/pull/3044

Thanks!

0reactions
smoothdevelopercommented, May 6, 2021

@pbiggar thanks for the update, could you close the issue (and we create another one if there is still something down the line)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

.NET Official Support Policy
NET platform is officially supported by Microsoft. Microsoft ships official releases that are built and tested on Microsoft-maintained servers in Azure and ...
Read more >
.NET and .NET Core official support policy
For example, .NET 6 was originally released on November 8, 2021 and is supported for three years. But the actual end of support...
Read more >
NET 6 Supported OS Versions
.NET 6 - Supported OS versions · Windows · Linux · macOS · Android · iOS / tvOS · QEMU · Support changes...
Read more >
NET 6: First with Long-Term Support in New Series
NET 6 is the first in the new series to have long-term support, approximately three years from its release. So even when .NET...
Read more >
Microsoft .NET - endoflife.date
Microsoft .NET ; 6.0 ( LTS ), 1 year and 9 months ago. (08 Nov 2021). Ends in 1 year and 2 months....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found