Skip to content

Commit 0e4803d

Browse files
committed
upgrade to net8.0
1 parent 5d26a3a commit 0e4803d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Emb.Cli.NetCore/Emb.Cli.NetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Emb.Configurator/Emb.Configurator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net8.0-windows</TargetFramework>
66
<Nullable>disable</Nullable>
77
<UseWPF>true</UseWPF>
88
</PropertyGroup>

Emb.RegExprTests/Emb.RegExprTests.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>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<LangVersion>default</LangVersion>
77
</PropertyGroup>

0 commit comments

Comments
 (0)