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 ability to build the project with dotnet CLI #227

Closed
zengin opened this issue Mar 25, 2021 · 2 comments · Fixed by #486
Closed

Add ability to build the project with dotnet CLI #227

zengin opened this issue Mar 25, 2021 · 2 comments · Fixed by #486
Assignees
Labels
fixed Kiota Is solved by Kiota or will be addressed in Kiota
Milestone

Comments

@zengin
Copy link
Contributor

zengin commented Mar 25, 2021

Currently the project can only be built by msbuild. dotnet build hits the following error:

C:\github\msgraph-sdk-dotnet-core\src\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj :
  error MSB4057: The target "_GetRestoreSettingsPerFramework" does not exist in the project.

This might be relevant: novotnyllc/MSBuildSdkExtras#85
AB#8736

@maisarissi
Copy link

Hi @zengin . This bug is due to .Net SDK TFMs limitations: dotnet/sdk#491

@maisarissi maisarissi added this to the Kiota milestone Aug 18, 2022
@andrueastman andrueastman linked a pull request Aug 24, 2022 that will close this issue
@andrueastman andrueastman added fixed Kiota Is solved by Kiota or will be addressed in Kiota and removed Status: Needs investigation labels Aug 24, 2022
@andrueastman
Copy link
Member

Closed via #486

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Kiota Is solved by Kiota or will be addressed in Kiota
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants