Skip to content

Commit

Permalink
Update Readme and set .net to 4.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed May 29, 2020
1 parent 352cbef commit 1863a25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Tim Dawson has generously relicensed this control under an MIT license and [Clai

There's unlikely to be significant development on this library, however bug fix PRs are always welcome.

Current plans are to multi-target to .NET Framework and .NET Core, then get a package up on NuGet.



The current code supports .NET 4.6.1 and .NET Core 3.1.

![NuGet](https://img.shields.io/nuget/v/Divelements.WizardFramework)
2 changes: 1 addition & 1 deletion sample/DemoApplication/DemoApplication.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net461</TargetFrameworks>
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>

Expand Down
4 changes: 2 additions & 2 deletions src/WizardFramework/WizardFramework.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net472</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net461</TargetFrameworks>
<AssemblyName>Divelements.WizardFramework</AssemblyName>
<RootNamespace>Divelements.WizardFramework</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
Expand All @@ -11,7 +11,7 @@


<ItemGroup>
<Reference Condition="'$(TargetFramework)' == 'net472'" Include="System.Design" />
<Reference Condition="'$(TargetFramework)' == 'net461'" Include="System.Design" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1863a25

Please sign in to comment.