Skip to content

Commit bb44eae

Browse files
authored
use correct framework
the undocumented names (without period in dotnet 5+) can drop their support when move to double-digit (to avoid potential conflicts) learn.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-frameworks
1 parent aaf3f48 commit bb44eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libiec61850/dotnet/core/2.0/iec61850_client/iec61850_client.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net80</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<Platforms>AnyCPU</Platforms>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)