Skip to content

Commit

Permalink
Bump TargetFramework to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding-Enthusiast committed Sep 19, 2023
1 parent 472d81f commit a8930d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Src/Benchmarks/Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Authors>Coding-Enthusiast</Authors>
<Company>Autarkysoft</Company>
<Copyright>Copyright (c) 2020 Autarkysoft</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Src/Denovo/Denovo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>0.7.0.0</AssemblyVersion>
<Authors>Coding-Enthusiast</Authors>
<Company>Autarkysoft</Company>
Expand Down
2 changes: 1 addition & 1 deletion Src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<Version>0.1.0.0</Version>
<Authors>Coding-Enthusiast</Authors>
Expand Down

0 comments on commit a8930d6

Please sign in to comment.