Skip to content

Commit

Permalink
sync with net8
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Jun 2, 2024
1 parent 4b20e44 commit eebe1af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<NoWarn>CS0649;CS0169</NoWarn>
<LangVersion>latest</LangVersion>
<ImplicitUsings>true</ImplicitUsings>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<NukeRootDirectory>..</NukeRootDirectory>
<NukeScriptDirectory>..</NukeScriptDirectory>
<NukeTelemetryVersion>1</NukeTelemetryVersion>
<Configurations>Release;Debug</Configurations>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="6.0.1"/>
Expand Down

0 comments on commit eebe1af

Please sign in to comment.