We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e864d commit bec340fCopy full SHA for bec340f
2 files changed
GraphLayout/Test/MSAGLTests/MSAGLTests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0-windows</TargetFramework>
+ <TargetFramework>net8.0-windows</TargetFramework>
5
<LangVersion>latest</LangVersion>
6
7
<AssemblyName>Microsoft.Msagl.UnitTests</AssemblyName>
GraphLayout/Test/TestGraphmaps/TestGraphmaps.csproj
@@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>TestGraphmaps</RootNamespace>
<AssemblyName>TestGraphmaps</AssemblyName>
- <TargetFrameworks>net6.0-windows</TargetFrameworks>
+ <TargetFrameworks>net8.0-windows</TargetFrameworks>
8
<UseWPF>true</UseWPF>
9
<NoWarn>CS8618;CS8603</NoWarn>
10
0 commit comments