Migrerat till version Net9.0
This commit is contained in:
@ -24,7 +24,9 @@ namespace TestWinFormsDataVis
|
|||||||
List<StraightLine> koordCross = new();
|
List<StraightLine> koordCross = new();
|
||||||
List<TwoPoints> CurveSin = new();
|
List<TwoPoints> CurveSin = new();
|
||||||
List<TwoPoints> CurveCos = new();
|
List<TwoPoints> CurveCos = new();
|
||||||
|
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
||||||
public bool CrossDrawn { get; set; } = false;
|
public bool CrossDrawn { get; set; } = false;
|
||||||
|
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
||||||
public bool CurvesDrawn { get; set; } = false;
|
public bool CurvesDrawn { get; set; } = false;
|
||||||
|
|
||||||
static int _yMid = 0;
|
static int _yMid = 0;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net5.0-windows</TargetFramework>
|
<TargetFramework>net9.0-windows</TargetFramework>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net5.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user