Skip to content

Commit

Permalink
Change from .net 7.0 to .net 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chmorgan committed Feb 18, 2025
1 parent b7723a2 commit e23d361
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/BandwidthMonitor/BandwidthMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ReleaseVersion>0.2</ReleaseVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Examples/ConnectionsExample/ConnectionsExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ReleaseVersion>0.2</ReleaseVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Examples/HttpMonitorExample/HttpMonitorExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ReleaseVersion>0.2</ReleaseVersion>
</PropertyGroup>

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

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>0.2</ReleaseVersion>
Expand Down

0 comments on commit e23d361

Please sign in to comment.