-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Net][NETSDK120]warning NETSDK1206 #1205
Comments
I second this:
The alpine-x64 RID is deprecated and should be removed. |
I also ran into this issue when updating an app to .NET 8. I worked around it by overriding the version of This is what I have in my fsproj file now, and I don't see any warnings: <PackageReference Include="sqlite-net-pcl" Version="1.9.141-beta" />
<!-- Override SQLitePCLRaw.bundle_green version, use newer version that doesn't produce warnings on .NET 8 -->
<!-- https://github.com/praeclarum/sqlite-net/issues/1205 -->
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.7" /> It would be nice if |
Thank you! |
Building with Net8 , a warning show.
warning NETSDK1206: 找到了特定于版本或特定于发行版的运行时标识符: alpine-x64。受影响的库: SQLitePCLRaw.lib.e_sqlite3。在 .NET 8.0 及更高版本中,默认情况下找不到特定于版本和特定于发行版的运行时标识符的资产。有关详细信息,请参阅 https://aka.ms/dotnet/rid-usage。
The text was updated successfully, but these errors were encountered: