You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure we depend on non-preview Mono.TextTemplating
Make sure we depend on the Microsoft.CodeAnalysis.CSharp.Workspaces that corresponds to our TFM (e.g. 4.8.0 for net8.0)
Make sure we depend on the Microsoft.Extensions.* versions that correspond to our TFM so that the shared framework is used when the app targets that TFM
(@SamMonoRT) Review all of our (transitive) dependencies to make sure that the support policies are aligned
(@AndriySvyryd) Update threat model, review warnings from CG, NuGet Audit and other validation tools
In the past, I’ve coordinated with Eric to update the wasm builds of SQLitePCLRaw. They need to be updated every release since Emscripten isn’t backwards compatible with old binaries.
RC1 (Code-complete)
RC2
Mono.TextTemplating
Microsoft.CodeAnalysis.CSharp.Workspaces
that corresponds to our TFM (e.g. 4.8.0 for net8.0)Microsoft.Extensions.*
versions that correspond to our TFM so that the shared framework is used when the app targets that TFMGA
Microsoft.EntityFrameworkCore.Tasks
assembly[Microsoft.Data.Sqlite](https://github.com/dotnet/Microsoft.Data.Sqlite.ApiDocs)
. Looks like we missed this in 8Post-release
The text was updated successfully, but these errors were encountered: