Skip to content

Commit

Permalink
reee
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Oct 1, 2024
1 parent 5aee17b commit eed8974
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion StreamingClient.Base/StreamingClient.Base.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>net9.0</TargetFramework>
<AssemblyName>StreamingClient.Base</AssemblyName>
<RootNamespace>StreamingClient.Base</RootNamespace>
<Copyright>Copyright © Matthew Olivo (SaviorXTanren) 2017-2021</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Trovo/Trovo.Base.UnitTests/Trovo.Base.UnitTests.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>net9.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Twitch/Twitch.Base.UnitTests/Twitch.Base.UnitTests.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>net9.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Twitch/Twitch.Base/Twitch.Base.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>net9.0</TargetFramework>
<AssemblyName>Twitch.Base</AssemblyName>
<RootNamespace>Twitch.Base</RootNamespace>
<Copyright>Copyright © Matthew Olivo (SaviorXTanren) 2017-2022</Copyright>
Expand Down

0 comments on commit eed8974

Please sign in to comment.