Skip to content

Commit 3d1a92a

Browse files
author
Alex Camilleri
committed
Set .NET version to 4.0 Client
1 parent f87eab5 commit 3d1a92a

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

App.config

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
1+
<?xml version="1.0" encoding="utf-8"?>
32
<configuration>
43
<startup>
54

6-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
5+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
76
</startup>
8-
</configuration>
7+
</configuration>

BorderlessGaming.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BorderlessGaming</RootNamespace>
1111
<AssemblyName>BorderlessGaming</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkProfile />
14+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
1515
<PublishUrl>publish\</PublishUrl>
1616
<Install>true</Install>
1717
<InstallFrom>Disk</InstallFrom>

Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<packages>
4-
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net40" />
4+
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net40" />
55
</packages>

0 commit comments

Comments
 (0)