Skip to content

Commit 1311259

Browse files
committed
Upgrade to .NET 4.8
1 parent 4445711 commit 1311259

File tree

10 files changed

+46
-6
lines changed

10 files changed

+46
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
**/obj/
44
packages/
55
*.suo
6+
**/Binaries/
7+
**/*.nupkg

CommandExecutor/CommandExecutor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>CommandExecutor</RootNamespace>
1212
<AssemblyName>CommandExecutor</AssemblyName>
13-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>

CommandExecutor/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

CommandSender/CommandSender.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>CommandSender</RootNamespace>
1212
<AssemblyName>CommandSender</AssemblyName>
13-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>

CommandSender/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

Common/Common.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>Common</RootNamespace>
1111
<AssemblyName>Common</AssemblyName>
12-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>true</DebugSymbols>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Mtf.CommandExecutor</id>
5+
<version>1.0.0</version>
6+
<title>Command Executor &amp; Command Sender</title>
7+
<authors>Mortens</authors>
8+
<owners>Mortens</owners>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<license type="expression">MIT</license>
11+
<projectUrl>http://w3.hdsnet.hu/mortens/</projectUrl>
12+
<repository type="git" url="https://github.com/Mortens4444/CommandExecutor.git" branch="master" commit="44457111805c9f5faadb8bf29fc5c12712d24e8d" />
13+
<description>A minimal VNC server and client application.</description>
14+
<releaseNotes>Initial version of the application.</releaseNotes>
15+
<copyright>Copyright © 2020</copyright>
16+
<tags>VNC client server command executor sender</tags>
17+
<dependencies>
18+
<group targetFramework=".NETFramework4.8" />
19+
</dependencies>
20+
</metadata>
21+
<files>
22+
<file src="D:\Work\CommandExecuter\NuGet Package\Binaries\**" target="lib\net48" />
23+
</files>
24+
</package>

NuGet Package/Documentation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
**Usage**
2+
3+
[GitHub URL](https://github.com/Mortens4444/CommandExecutor)
4+
[Developer's URL](http://w3.hdsnet.hu/mortens/)
5+
[Facebook Page](https://www.facebook.com/developersdream)
6+
7+
The CommandExecutor is the server application, which must run on the machine, which we want to control.
8+
This has no visible interface it runs in the background.
9+
10+
The CommandSender is the client, which is able to send commands to the CommandExecutor.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nuget pack CommandExecutor.nuspec
2+
pause

Tests/Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>Tests</RootNamespace>
1313
<AssemblyName>Tests</AssemblyName>
14-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
14+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1515
<FileAlignment>512</FileAlignment>
1616
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1717
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
@@ -21,6 +21,7 @@
2121
<TestProjectType>UnitTest</TestProjectType>
2222
<NuGetPackageImportStamp>
2323
</NuGetPackageImportStamp>
24+
<TargetFrameworkProfile />
2425
</PropertyGroup>
2526
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2627
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)