Skip to content

Commit

Permalink
Merge pull request #789 from unoplatform/dev/jela/adjust-hr-net8
Browse files Browse the repository at this point in the history
fix: Build hotreload helper binary for net8
  • Loading branch information
jeromelaban authored Oct 12, 2023
2 parents 4ba8661 + e410cf3 commit fcf86ee
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 fcf86ee

Please sign in to comment.