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

Using PowerAssert with .Net 8 leads to warnings #45

Open
Danyyer opened this issue Nov 20, 2023 · 0 comments · May be fixed by #46
Open

Using PowerAssert with .Net 8 leads to warnings #45

Danyyer opened this issue Nov 20, 2023 · 0 comments · May be fixed by #46

Comments

@Danyyer
Copy link

Danyyer commented Nov 20, 2023

Because of the netcoreapp1.1 reference the Libuv package is restored which triggers the following warning when compiling with .Net 8:

dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(284,5): warning NETSDK1206: Found version-sp
ecific or distribution-specific runtime identifier(s): debian-x64, fedora-x64, opensuse-x64, rhel-x64, win7-arm, win7-x64, win7-x86. Affe
cted libraries: Libuv. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be foun 
d by default. See https://aka.ms/dotnet/rid-usage for details. 

Proposal:
Add net8.0 to Target Frameworks.

@Danyyer Danyyer linked a pull request Nov 20, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant