Bump Robust.Client.WebView TargetFramework to .NET 6 (#2214)

This commit is contained in:
ike709
2021-11-09 13:17:37 -06:00
committed by GitHub
parent 02d2bd31e7
commit b8fbe32c27

View File

@@ -3,7 +3,7 @@
<Import Project="..\MSBuild\Robust.Engine.props" />
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>WinExe</OutputType>