Skip to content

Commit 7f62e72

Browse files
committed
Updated .NET Core 3.1 to .NET 5.0.
1 parent b525bf1 commit 7f62e72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ElectronNET.API/ElectronNET.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageOutputPath>..\artifacts</PackageOutputPath>
77
<PackageId>ElectronNET.API</PackageId>

ElectronNET.CLI/ElectronNET.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55

6-
<TargetFramework>netcoreapp3.1</TargetFramework>
6+
<TargetFramework>net5.0</TargetFramework>
77
<AssemblyName>dotnet-electronize</AssemblyName>
88
<ToolCommandName>electronize</ToolCommandName>
99

ElectronNET.WebApp/ElectronNET.WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp3.1</TargetFramework>
3+
<TargetFramework>net5.0</TargetFramework>
44
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
55
<AspNetCoreModuleName>AspNetCoreModule</AspNetCoreModuleName>
66
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>

0 commit comments

Comments
 (0)