Skip to content

Commit

Permalink
chore(dotnet): Revert to .NET 6
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Roszell <[email protected]>
  • Loading branch information
m8rmclaren committed Oct 8, 2024
1 parent 33364ac commit b0831dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
Expand Down

0 comments on commit b0831dd

Please sign in to comment.