Skip to content

Commit

Permalink
fix: Build hotreload binary for net8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 12, 2023
1 parent 9b4cee1 commit e410cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit e410cf3

Please sign in to comment.