Skip to content

Commit

Permalink
testing net8.0 again
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpreston24 committed Feb 17, 2024
1 parent 42e0db3 commit fbfc1fa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import * as THREE from "./wwwroot/lib/three/build/three.module.min.js";
console.log("THREE :>> ", THREE);
// console.log("THREE :>> ", THREE);
2 changes: 1 addition & 1 deletion nugsnet6.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>nugsnet6</RootNamespace>
<InvariantGlobalization>true</InvariantGlobalization>
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"scripts": {
"dev": "dotnet watch run --launch-profile hotreloadprofile --urls http://127.1.1.0:8080",
"build_routes": "node wwwroot/js/build_routes.js",
"build": "yarn && npm i && dotnet build -v q && yarn buildcss:linux && yarn build_routes",
"build": "yarn && npm i && dotnet build -v q && yarn buildcss:linux",
"restore": "dotnet restore",
"buildcss:dev": "cross-env TAILWIND_MODE=build postcss ./Styles/app.css -o ./wwwroot/css/app.css",
"buildcss:release": "cross-env NODE_ENV=production postcss ./Styles/app.css -o ./wwwroot/css/app.css",
"buildcss:linux": "npx tailwindcss -i ./Styles/app.css -o ./wwwroot/css/site.css",
"desktop": "electronize-h5 start /watch",
"nuke": "rm -rf node_modules wwwroot/lib wwwroot/css bin obj",
Expand Down

0 comments on commit fbfc1fa

Please sign in to comment.