Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Update to dotnet 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-long committed Jul 31, 2021
1 parent 83ae7e3 commit e8849ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eventlogexpert",
"version": "0.9.8",
"version": "0.9.9",
"author": {
"name": "Bill Long"
},
Expand All @@ -13,7 +13,7 @@
"build": "npm run builddll && npm run electron:serve-tsc && ng build --base-href ./",
"build:dev": "npm run build -- -c dev",
"build:prod": "npm run build -- -c production",
"builddll": "dotnet publish ../EventUtils/EventUtils -o ../Electron/eventutils -f net472 -c Release",
"builddll": "dotnet publish ../EventUtils/EventUtils -o ../Electron/eventutils -f net48 -c Release",
"ng:serve": "ng serve -c web -o",
"electron:serve-tsc": "tsc -p tsconfig.serve.json",
"electron:serve": "wait-on tcp:4200 && npm run electron:serve-tsc && npx electron . --serve",
Expand Down Expand Up @@ -90,4 +90,4 @@
"webdriver-manager": "12.1.7",
"zone.js": "0.10.3"
}
}
}
2 changes: 1 addition & 1 deletion EventUtils/EventUtils.Test/EventUtils.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion EventUtils/EventUtils/EventUtils.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<RootNamespace>EventLogExpert</RootNamespace>
<AssemblyName>EventLogExpert</AssemblyName>
</PropertyGroup>
Expand Down

0 comments on commit e8849ea

Please sign in to comment.