diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-27 16:42:23 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-27 16:42:23 +0200 |
| commit | aa77439254b00c3789e00284964fec7808976103 (patch) | |
| tree | 1f189765a2e27db8990727d9b48ab90f5a81225b /Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI | |
| parent | c0e3142afbc016eaaa29916e210778373f7c7054 (diff) | |
| download | Tango-aa77439254b00c3789e00284964fec7808976103.tar.gz Tango-aa77439254b00c3789e00284964fec7808976103.zip | |
Migrated solution .Net 4.5 to 4.6 !
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/App.config | 6 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/Tango.ShortcutGenerator.CLI.csproj | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/App.config b/Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/App.config index 8e1564635..2d2a12d81 100644 --- a/Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/App.config +++ b/Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/App.config @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/> </startup> -</configuration>
\ No newline at end of file +</configuration> diff --git a/Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/Tango.ShortcutGenerator.CLI.csproj b/Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/Tango.ShortcutGenerator.CLI.csproj index 0e95fe3f2..b69dc4a4c 100644 --- a/Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/Tango.ShortcutGenerator.CLI.csproj +++ b/Software/Visual_Studio/Utilities/Tango.ShortcutGenerator.CLI/Tango.ShortcutGenerator.CLI.csproj @@ -8,8 +8,9 @@ <OutputType>Exe</OutputType> <RootNamespace>Tango.ShortcutGenerator.CLI</RootNamespace> <AssemblyName>linkgen</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> |
