Skip to content

Commit f361345

Browse files
authored
Update to net462 (#1911)
1 parent c7a113a commit f361345

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Source/Examples/WindowsForms/ExampleBrowser/ExampleBrowser.WindowsForms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

Source/OxyPlot.ImageSharp.Tests/OxyPlot.ImageSharp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

Source/OxyPlot.Pdf.Tests/OxyPlot.Pdf.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

Source/OxyPlot.SkiaSharp.Tests/OxyPlot.SkiaSharp.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>
@@ -9,13 +9,13 @@
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>

Source/OxyPlot.Tests/OxyPlot.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

Source/OxyPlot.Wpf.Tests/OxyPlot.Wpf.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

0 commit comments

Comments
 (0)