Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
.NET framework version bump to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed May 3, 2018
1 parent a9b55bc commit 43e7f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EdgeDeflector/App.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
<uri>
<idn enabled="All"/>
Expand Down
2 changes: 1 addition & 1 deletion EdgeDeflector/EdgeDeflector.csproj
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>EdgeDeflector</RootNamespace>
<AssemblyName>EdgeDeflector</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
Expand Down

0 comments on commit 43e7f72

Please sign in to comment.