Skip to content

Commit

Permalink
.NET 6 is EOL in a month
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2 committed Oct 8, 2024
1 parent 634acd1 commit 585d12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net35;net48;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net35;net48;net8.0-windows</TargetFrameworks>
</PropertyGroup>

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

<PropertyGroup>
<TargetFrameworks>net35;net48;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net35;net48;net8.0-windows</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 585d12a

Please sign in to comment.