Skip to content

Commit

Permalink
Upgrade .NET target to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lookeypl committed Aug 25, 2024
1 parent 7a04cdc commit 4392493
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LukeBot.API/LukeBot.API.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>

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

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>LukeBot.Common</RootNamespace>
<PackageId>LukeBot.Common</PackageId>
<AssemblyName>LukeBot.Common</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Communication/LukeBot.Communication.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Config/LukeBot.Config.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Endpoint/LukeBot.Endpoint.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Globals/LukeBot.Globals.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>LukeBot.Globals</RootNamespace>
<PackageId>LukeBot.Globals</PackageId>
<AssemblyName>LukeBot.Globals</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>

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

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>LukeBot.Logging</RootNamespace>
<PackageId>LukeBot.Logging</PackageId>
<AssemblyName>LukeBot.Logging</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Module/LukeBot.Module.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Spotify.Common/LukeBot.Spotify.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Spotify/LukeBot.Spotify.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Twitch.Common/LukeBot.Twitch.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Twitch/LukeBot.Twitch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Widget.Common/LukeBot.Widget.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion LukeBot.Widget/LukeBot.Widget.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Configurations>Debug;Release;SecureDebug</Configurations>
</PropertyGroup>

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

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<StartupObject>LukeBot.MainClass</StartupObject>
<Version>0.0.1</Version>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion LukeBotClient/LukeBotClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<StartupObject>LukeBotClient.MainClass</StartupObject>
<Version>0.0.1</Version>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion Tools/LukeBot.Tests/LukeBot.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.1</Version>
<NeutralLanguage>en-US</NeutralLanguage>
<Configurations>Debug;Release;SecureDebug</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion Tools/SpotifyManager/SpotifyManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<StartupObject>SpotifyManager.MainClass</StartupObject>
<Version>0.0.1</Version>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion Tools/propmgr/propmgr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<StartupObject>propmgr.MainClass</StartupObject>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit 4392493

Please sign in to comment.