Skip to content

Commit 42e84e6

Browse files
author
Konard
committed
Upgrade target framework from net7 to net8
1 parent 612df80 commit 42e84e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

csharp/FileManager/FileManager.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>net7</TargetFramework>
5+
<TargetFramework>net8</TargetFramework>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

csharp/Interfaces/Interfaces.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>net7</TargetFramework>
4+
<TargetFramework>net8</TargetFramework>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77

csharp/Platform.Bot/Platform.Bot.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>net7</TargetFramework>
5+
<TargetFramework>net8</TargetFramework>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

csharp/Storage/Storage.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>net7</TargetFramework>
4+
<TargetFramework>net8</TargetFramework>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)