Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 054d56a

Browse files
committed
Bump TargetFrameworkVersion to 4.5
1 parent 901fb06 commit 054d56a

File tree

18 files changed

+26
-14
lines changed

18 files changed

+26
-14
lines changed

TestApps/Gtk3Test/Gtk3Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<RootNamespace>Gtk3Test</RootNamespace>
99
<AssemblyName>Gtk3Test</AssemblyName>
10+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1011
</PropertyGroup>
1112
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1213
<DebugSymbols>True</DebugSymbols>

TestApps/GtkOnMacTest/GtkOnMacTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>WinExe</OutputType>
88
<RootNamespace>GtkOnMacTest</RootNamespace>
99
<AssemblyName>GtkOnMacTest</AssemblyName>
10+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1011
</PropertyGroup>
1112
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1213
<DebugSymbols>true</DebugSymbols>

TestApps/GtkOnWindowsTest/GtkOnWindowsTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>WinExe</OutputType>
88
<RootNamespace>GtkOnWindowsTest</RootNamespace>
99
<AssemblyName>GtkOnWindowsTest</AssemblyName>
10+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1011
</PropertyGroup>
1112
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1213
<DebugSymbols>true</DebugSymbols>

TestApps/GtkTest/GtkTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<RootNamespace>GtkTest</RootNamespace>
99
<AssemblyName>GtkTest</AssemblyName>
10+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1011
</PropertyGroup>
1112
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1213
<DebugSymbols>True</DebugSymbols>

TestApps/MixedGtkMacTest/MixedGtkMacTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<RootNamespace>MixedGtkMacTest</RootNamespace>
99
<AssemblyName>MixedGtkMacTest</AssemblyName>
10+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1011
</PropertyGroup>
1112
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1213
<DebugSymbols>True</DebugSymbols>

TestApps/Samples/Samples.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Library</OutputType>
88
<RootNamespace>Samples</RootNamespace>
99
<AssemblyName>Samples</AssemblyName>
10+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1011
</PropertyGroup>
1112
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1213
<DebugSymbols>True</DebugSymbols>

TestApps/WpfTest/WpfTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<AppDesignerFolder>Properties</AppDesignerFolder>
99
<RootNamespace>WpfTest</RootNamespace>
1010
<AssemblyName>WpfTest</AssemblyName>
11-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
1211
<FileAlignment>512</FileAlignment>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
1515
<DebugSymbols>True</DebugSymbols>

TestApps/XamMacTest/XamMacTest.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<UseSGen>False</UseSGen>
2828
<UseRefCounting>false</UseRefCounting>
2929
<Profiling>false</Profiling>
30+
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
31+
<LinkMode>None</LinkMode>
3032
<AOTMode>None</AOTMode>
3133
</PropertyGroup>
3234
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@@ -44,6 +46,8 @@
4446
<UseRefCounting>false</UseRefCounting>
4547
<Profiling>false</Profiling>
4648
<DebugSymbols>true</DebugSymbols>
49+
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
50+
<LinkMode>None</LinkMode>
4751
<AOTMode>None</AOTMode>
4852
</PropertyGroup>
4953
<ItemGroup>

Testing/GtkTestRunner.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<RootNamespace>GtkTestRunner</RootNamespace>
99
<AssemblyName>GtkTestRunner</AssemblyName>
1010
<TestRunnerCommand>bin\GtkTestRunner.exe</TestRunnerCommand>
11+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1112
</PropertyGroup>
1213
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1314
<DebugSymbols>True</DebugSymbols>

Testing/MacTestRunner.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<SuppressXamMacMigration>True</SuppressXamMacMigration>
1313
<SuppressXamMacUpsell>True</SuppressXamMacUpsell>
1414
<TestRunnerCommand>bin\MacTestRunner.app</TestRunnerCommand>
15+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>True</DebugSymbols>
@@ -29,6 +30,9 @@
2930
<CreatePackage>False</CreatePackage>
3031
<UseRefCounting>false</UseRefCounting>
3132
<Profiling>false</Profiling>
33+
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
34+
<LinkMode>None</LinkMode>
35+
<AOTMode>None</AOTMode>
3236
</PropertyGroup>
3337
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3438
<DebugType>pdbonly</DebugType>
@@ -47,6 +51,8 @@
4751
<UseRefCounting>false</UseRefCounting>
4852
<Profiling>false</Profiling>
4953
<DebugSymbols>true</DebugSymbols>
54+
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
55+
<AOTMode>None</AOTMode>
5056
</PropertyGroup>
5157
<ItemGroup>
5258
<Reference Include="System" />

0 commit comments

Comments
 (0)