-
Notifications
You must be signed in to change notification settings - Fork 445
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
error building Inveigh 2.0 #30
Comments
I'm guessing maybe you don't have .NET 5 installed? You can try removing 5 from the list of frameworks in the project file. This line: |
Looking at the appveyor pre-install defaults, .NET 5 is included with the Windows Server 2019/VS2019 builds. I haven't had a chance to try to break the compiles. I mainly had issues with 3.5 when working out how to get everything supported in a single project file. |
Mhmm unfortunatly it didn't much success yet. dotnet --list-sdks |
I'm not sure if this will help at all but I took a new Win10 VM and just installed VS 2019 community. I built through the GUI with the version on github. The build throws an error for .net 3.5. The other 2, 4.5 and 5.0 build ok. dotnet --list-sdks |
This worked for me. Thanks! |
Hi,
I've tried on my VM and on Appveyor and I get the same issue :
Any ideas ?
Many thanks, and looking fwd to test it.
C:\Program Files\dotnet\sdk\5.0.301\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(241,5): error NETSDK1004: Assets file 'C:\projects\inveigh\Inveigh\obj\project.assets.json' not found. Run a NuGet package restore to generate this file. [C:\projects\inveigh\Inveigh\Inveigh.csproj]
C:\Program Files\dotnet\sdk\5.0.301\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(241,5): error NETSDK1004: Assets file 'C:\projects\inveigh\Inveigh\obj\project.assets.json' not found. Run a NuGet package restore to generate this file. [C:\projects\inveigh\Inveigh\Inveigh.csproj]
C:\Program Files\dotnet\sdk\5.0.301\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(241,5): error NETSDK1004: Assets file 'C:\projects\inveigh\Inveigh\obj\project.assets.json' not found. Run a NuGet package restore to generate this file. [C:\projects\inveigh\Inveigh\Inveigh.csproj]
The text was updated successfully, but these errors were encountered: