Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
53X Again 30!
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor authored and Taiizor committed Apr 14, 2021
1 parent a814823 commit 7451ec6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.ES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Logo](https://raw.githubusercontent.com/Soferity/Witcher/develop/.images/Logo.png)

![Dot-Net-Framework-Version](https://img.shields.io/badge/.NET%20Framework-%3E%3D4.0-blue)
![Dot-Net-Core-Version](https://img.shields.io/badge/.NET%20Core-%3E%3D3.1-blue)
![Dot-Net-Core-Version](https://img.shields.io/badge/.NET%20Core-%3E%3D3.0-blue)
![Dot-Net-Version](https://img.shields.io/badge/.NET-%3E%3D5.0-blue)
![C-Sharp-Version](https://img.shields.io/badge/C%23-9.0-blue.svg)
![IDE-Version](https://img.shields.io/badge/IDE-VS2019-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion README.TR.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Logo](https://raw.githubusercontent.com/Soferity/Witcher/develop/.images/Logo.png)

![Dot-Net-Framework-Version](https://img.shields.io/badge/.NET%20Framework-%3E%3D4.0-blue)
![Dot-Net-Core-Version](https://img.shields.io/badge/.NET%20Core-%3E%3D3.1-blue)
![Dot-Net-Core-Version](https://img.shields.io/badge/.NET%20Core-%3E%3D3.0-blue)
![Dot-Net-Version](https://img.shields.io/badge/.NET-%3E%3D5.0-blue)
![C-Sharp-Version](https://img.shields.io/badge/C%23-9.0-blue.svg)
![IDE-Version](https://img.shields.io/badge/IDE-VS2019-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Logo](https://raw.githubusercontent.com/Soferity/Witcher/develop/.images/Logo.png)

![Dot-Net-Framework-Version](https://img.shields.io/badge/.NET%20Framework-%3E%3D4.0-blue)
![Dot-Net-Core-Version](https://img.shields.io/badge/.NET%20Core-%3E%3D3.1-blue)
![Dot-Net-Core-Version](https://img.shields.io/badge/.NET%20Core-%3E%3D3.0-blue)
![Dot-Net-Version](https://img.shields.io/badge/.NET-%3E%3D5.0-blue)
![C-Sharp-Version](https://img.shields.io/badge/C%23-9.0-blue.svg)
![IDE-Version](https://img.shields.io/badge/IDE-VS2019-blue.svg)
Expand Down
4 changes: 2 additions & 2 deletions src/Witcher.WF/Witcher.WF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<!--<TargetFramework>net48</TargetFramework>-->
<!--<TargetFrameworks>net48;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<!--<TargetFrameworks>net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<TargetFrameworks>net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
<!--<TargetFrameworks>net46;net461;net462;net47;net471;net472;net48;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<TargetFrameworks>net46;net461;net462;net47;net471;net472;net48;netcoreapp3.0-windows;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
<Version>1.0.0.2</Version>
Expand Down
9 changes: 3 additions & 6 deletions src/Witcher.WPF/Witcher.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<PropertyGroup>
<!--<TargetFramework>net48</TargetFramework>-->
<!--<TargetFrameworks>net48;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<!--<TargetFrameworks>net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<TargetFrameworks>net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
<!--<TargetFrameworks>net46;net461;net462;net47;net471;net472;net48;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<TargetFrameworks>net46;net461;net462;net47;net471;net472;net48;netcoreapp3.0-windows;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
<Version>1.0.0.2</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
Expand Down Expand Up @@ -71,10 +72,6 @@ Changes are detailed at https://github.com/Soferity/Witcher/releases
<ProjectReference Include="..\Witcher\Witcher.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="System.Windows.Forms" />
</ItemGroup>

<ItemGroup>
<Resource Include="Resources\ICO.ico" />
<Resource Include="Resources\WITCHER.WPF.png" />
Expand Down
4 changes: 1 addition & 3 deletions src/Witcher/Witcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<!--<TargetFramework>net48</TargetFramework>-->
<!--<TargetFrameworks>net48;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<!--<TargetFrameworks>net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<TargetFrameworks>net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<TargetFrameworks>net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;netcoreapp3.0-windows;netcoreapp3.1-windows;net5.0-windows;net6.0-windows</TargetFrameworks>
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
<Version>1.0.0.2</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
Expand Down

0 comments on commit 7451ec6

Please sign in to comment.