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
PS ...\LibLangFsharp\src> dotnet build -c Release
Microsoft (R) Build Engine version 17.2.0+41abc5629 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
Determining projects to restore...
All projects are up-to-date for restore.
C:\Program Files\dotnet\sdk\6.0.301\FSharp\Microsoft.FSharp.NetSdk.targets(60,77): error MSB4057: The target "_GetFrameworkAssemblyReferences" does not exist in the project. [...\LibLangFsharp\src\LibLangFsharp.fsproj]
C:\Program Files\dotnet\sdk\6.0.301\FSharp\Microsoft.FSharp.NetSdk.targets(60,77): error MSB4057: The target "_GetFrameworkAssemblyReferences" does not exist in the project. [...\LibLangFsharp\src\LibLangFsharp.fsproj]
Build FAILED.
The nugetize command however succeeds.
The text was updated successfully, but these errors were encountered:
tastyeggs
changed the title
Error during pack: The target "_GetFrameworkAssemblyReferences" does not exist in the project
F# projects are not supported
Jun 15, 2022
So, it doesn't look like it's something I can fix on my end. Not sure what would trigger that target to attempt to run when nugetizer is installed, though :(
It also looks like they have SDK Pack specific targets too (see TargetsForTfmSpecificContentInPackage in that same targets file).
I'm not familiar with F# as to know how it packs what would need changing for it to work with nugetizer, I'm afraid.
For the following fsproj file:
Running the following command:
The nugetize command however succeeds.
The text was updated successfully, but these errors were encountered: