mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
Move WPFTerminalControl and TestNetCore to NET 8
This commit is contained in:
parent
990ed187d6
commit
21f91b1d7a
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
|
||||
<TargetFrameworks>net472;net8.0-windows</TargetFrameworks>
|
||||
<RootNamespace>Microsoft.Terminal.Wpf</RootNamespace>
|
||||
<AssemblyName>Microsoft.Terminal.Wpf</AssemblyName>
|
||||
<UseWpf>true</UseWpf>
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<RuntimeFrameworkVersion>6.0.9</RuntimeFrameworkVersion>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<RuntimeFrameworkVersion>8.0.8</RuntimeFrameworkVersion>
|
||||
<UseWPF>true</UseWPF>
|
||||
<Platforms>AnyCPU;x64;x86;ARM64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user