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

Add known issue for RC1 incompatibility with 17.11 #9489

Merged
merged 4 commits into from
Sep 11, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions release-notes/9.0/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ private void ReactiveWindow_ContentRendered(object sender, System.EventArgs e)
```

The behavior will be **fixed in .NET 9 RC1** release.

## .NET SDK

#### .NET 9.0.100-RC.1 will fail when used with 17.11

There is an incompatible dependency between a file loaded from the SDK and the dependencies that Visual Studio includes.

```
NETSDK1060 Error reading assets file: Error loading lock file '...\obj\project.assets.json' : Could not load file or assembly 'System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
```
This behavior will be **fixed in .NET 9 SDK RC2** release
marcpopMSFT marked this conversation as resolved.
Show resolved Hide resolved
Loading