File tree Expand file tree Collapse file tree
Examples/WindowsForms/ExampleBrowser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22 <PropertyGroup >
3- <TargetFrameworks >net461 ;netcoreapp3.1</TargetFrameworks >
3+ <TargetFrameworks >net462 ;netcoreapp3.1</TargetFrameworks >
44 <UseWindowsForms >true</UseWindowsForms >
55 <OutputType >WinExe</OutputType >
66 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net461 ;netcoreapp3.1</TargetFrameworks >
3+ <TargetFrameworks >net462 ;netcoreapp3.1</TargetFrameworks >
44 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
55 <Description >OxyPlot ImageSharp unit tests</Description >
66 <PackageLicenseExpression >MIT</PackageLicenseExpression >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net461 </TargetFramework >
3+ <TargetFramework >net462 </TargetFramework >
44 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
55 <Description >OxyPlot Pdf unit tests</Description >
66 <PackageLicenseExpression >MIT</PackageLicenseExpression >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net461 ;netcoreapp3.1</TargetFrameworks >
3+ <TargetFrameworks >net462 ;netcoreapp3.1</TargetFrameworks >
44 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
55 <Description >OxyPlot SkiaSharp unit tests</Description >
66 <PackageLicenseExpression >MIT</PackageLicenseExpression >
99 <Platforms >AnyCPU;x86;x64</Platforms >
1010 <LangVersion >8</LangVersion >
1111 </PropertyGroup >
12- <PropertyGroup Condition =" '$(TargetFramework)|$(Platform)'=='net461 |AnyCPU'" >
12+ <PropertyGroup Condition =" '$(TargetFramework)|$(Platform)'=='net462 |AnyCPU'" >
1313 <PlatformTarget >x86</PlatformTarget >
1414 </PropertyGroup >
15- <PropertyGroup Condition =" '$(TargetFramework)|$(Platform)'=='net461 |x86'" >
15+ <PropertyGroup Condition =" '$(TargetFramework)|$(Platform)'=='net462 |x86'" >
1616 <PlatformTarget >x86</PlatformTarget >
1717 </PropertyGroup >
18- <PropertyGroup Condition =" '$(TargetFramework)|$(Platform)'=='net461 |x64'" >
18+ <PropertyGroup Condition =" '$(TargetFramework)|$(Platform)'=='net462 |x64'" >
1919 <PlatformTarget >x64</PlatformTarget >
2020 </PropertyGroup >
2121 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net461 </TargetFramework >
3+ <TargetFramework >net462 </TargetFramework >
44 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
55 <Description >OxyPlot unit tests</Description >
66 <PackageLicenseExpression >MIT</PackageLicenseExpression >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22 <PropertyGroup >
3- <TargetFramework >net461 </TargetFramework >
3+ <TargetFramework >net462 </TargetFramework >
44 <UseWPF >true</UseWPF >
55 <Description >OxyPlot WPF unit tests</Description >
66 <PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments