diff --git a/nugsnet6.csproj b/nugsnet6.csproj index 77e3c69..04c8e22 100644 --- a/nugsnet6.csproj +++ b/nugsnet6.csproj @@ -7,7 +7,6 @@ enable true preview - true Production CS0414;CS8602;CS1998;CS0168;CS8605;CS8603;CS8625;CS8604;CS8600;CS8601;CS8620;CS8618;CS4014;CS8619;CS8765;CS0105;CS8767;CS0659;CS8619;CS0219; @@ -70,10 +69,4 @@ - - - - - - \ No newline at end of file diff --git a/package.json b/package.json index e7e199d..e7101d7 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,7 @@ "nuke": "rm -rf node_modules wwwroot/lib wwwroot/css bin obj", "reinstall": "npm run nuke && yarn && npm i && npm run buildcss:linux", "quickstart": "bash quickstart.sh", - "lego": "lego -w -i bricks/ -o wwwroot/dist/", - "sfa": "dotnet publish -r linux-x64 --self-contained false" + "lego": "lego -w -i bricks/ -o wwwroot/dist/" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10",