Skip to content

Commit

Permalink
Angural updated
Browse files Browse the repository at this point in the history
  • Loading branch information
buldo committed Dec 7, 2023
1 parent 56c9059 commit a7a723c
Show file tree
Hide file tree
Showing 5 changed files with 4,595 additions and 3,588 deletions.
2 changes: 1 addition & 1 deletion src/OpenHdWebUi.FileSystem/OpenHdWebUi.FileSystem.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/OpenHdWebUi.Server/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "OpenHdWebUi.Server:build:production"
"buildTarget": "OpenHdWebUi.Server:build:production"
},
"development": {
"browserTarget": "OpenHdWebUi.Server:build:development",
"proxyConfig": "proxy.conf.js"
"proxyConfig": "proxy.conf.js",
"buildTarget": "OpenHdWebUi.Server:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "OpenHdWebUi.Server:build"
"buildTarget": "OpenHdWebUi.Server:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit a7a723c

Please sign in to comment.