Is this supposed to work for win 7? Because it sure don't for me. Changing
dotnet publish -r win10-x64 -c Release --self-contained .\DevComrade
to
dotnet publish -r win7-x64 -c Release --self-contained .\DevComrade
doesn't seem to fix it.
Installer for .NET SDK claims to have worked without errors.
Thanks.
Is this supposed to work for win 7? Because it sure don't for me. Changing
dotnet publish -r win10-x64 -c Release --self-contained .\DevComradeto
dotnet publish -r win7-x64 -c Release --self-contained .\DevComradedoesn't seem to fix it.
Installer for .NET SDK claims to have worked without errors.
Thanks.