Skip to content

Commit b8dd089

Browse files
committed
Target .NET Framework 4.5.2
1 parent 0437fb7 commit b8dd089

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

PolicyPlus/App.config

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

PolicyPlus/My Project/Application.Designer.vb

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PolicyPlus/My Project/Resources.Designer.vb

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

PolicyPlus/My Project/Settings.Designer.vb

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PolicyPlus/PolicyPlus.vbproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>Policy Plus</AssemblyName>
1212
<FileAlignment>512</FileAlignment>
1313
<MyType>WindowsForms</MyType>
14-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1515
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1616
<TargetFrameworkProfile />
1717
</PropertyGroup>
@@ -267,6 +267,7 @@
267267
<Compile Include="My Project\Application.Designer.vb">
268268
<AutoGen>True</AutoGen>
269269
<DependentUpon>Application.myapp</DependentUpon>
270+
<DesignTime>True</DesignTime>
270271
</Compile>
271272
<Compile Include="My Project\Resources.Designer.vb">
272273
<AutoGen>True</AutoGen>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ you can switch sections with the "Editing for" drop-down. Click OK to keep the c
3131
changes to it will not be committed to disk until you use *File | Save Policies* (Ctrl+S).
3232

3333
## System requirements
34-
Policy Plus requires .NET Framework 4.5 or newer. That can be installed on Windows Vista or newer,
35-
and comes preinstalled on Windows 8 or newer.
36-
Policy Plus should also work on the corresponding server OSes: Windows Server 2008 or newer.
34+
Policy Plus requires .NET Framework 4.5.2 or newer. That can be installed on Windows Vista or newer,
35+
and comes preinstalled on Windows 10 or newer.
36+
Policy Plus should also work on the corresponding server OSes: Windows Server 2008 (SP2) or newer.
3737
The standard [.NET Framework hardware requirements](https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements)
3838
are sufficient for Policy Plus.
3939

0 commit comments

Comments
 (0)