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
I'm reporting it here, but @mkonijnenburg is the affected customer
Actual behavior:
C:\Program Files\dotnet\sdk\6.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(267,5): error NETSDK1004: Assets file 'C:\src\test\wpfArtifacts\obj\MyApp_3j03kfnj_wpftmp\project.assets.json' not found. Run a NuGet package restore to generate this file. [C:\src\test\wpfArtifacts\src\MyApp\MyApp_3j03kfnj_wpftmp.csproj]
Problem description: A customer reported this issue to NuGet: NuGet/Home#4463 (comment)
I'm reporting it here, but @mkonijnenburg is the affected customer
Actual behavior:
Expected behavior:
Build successfully
Minimal repro:
Create
Directory.Build.props
:then
dotnet new wpf -n MyApp ; dotnet new sln ; dotnet sln add MyApp ; dotnet build
If I use
global.json
to pin the .NET SDK to 5.0.x, then this problem does not reproduce.The text was updated successfully, but these errors were encountered: