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

Cannot compile console app on .NET 5.0 #10012

Closed
kant2002 opened this issue Aug 26, 2020 · 1 comment
Closed

Cannot compile console app on .NET 5.0 #10012

kant2002 opened this issue Aug 26, 2020 · 1 comment

Comments

@kant2002
Copy link
Contributor

Please provide a succinct description of the issue.

Repro steps

  1. Expected file "obj\Debug\net5.0\ref\
  2. <TargetFramework>net5.0</TargetFramework>
  3. dotnet build

Expected behavior

Build ok

Actual behavior

C:\Program Files\dotnet\sdk\5.0.100-rc.1.20426.3\Microsoft.Common.CurrentVersion.targets(4243,5): error : Expected file "obj\Debug\net5.0\ref\fsc-10009.dll" does not exist.

Related information

Provide any related information (optional):

> dotnet --info
.NET SDK (reflecting any global.json):
 Version:   5.0.100-rc.1.20426.3
 Commit:    48301f6f77
@cartermp
Copy link
Contributor

fixed in dotnet/sdk#13085, this is an issue with the SDK

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

No branches or pull requests

2 participants