Open follesoe opened 4 years ago
Tried uninstalling 5.0 RC2, but the problem when building using .NET Core 3.1 from the command line.
Doing a dotnet publish -c Release
works, while dotnet publish -r win-x86 -c Release
fails.
@mattleibow I'm guessing I'm not including some lib in the nuget for a certain architecture? can you have a look at this?
When building from the command line, using
dotnet build
to build my WPF project on Windows 10, I get the following error using version0.1.0
:With version
0.2.0
I get the following errorI can build and run the application from Visual Studio, and image files are generated as expected.