Skip to content

Commit b62c2b5

Browse files
arsharsh
arsh
authored and
arsh
committed
fix
1 parent b75c6ee commit b62c2b5

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

6+
.xml
7+
.xsd
8+
.dotsettings
9+
610
# User-specific files
711
*.rsuser
812
*.suo

SharpJunk/SharpJunk.csproj

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,24 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net472</TargetFramework>
5+
<TargetFramework>net48</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<DebugType>none</DebugType>
1010
<LangVersion>latest</LangVersion>
11-
<ApplicationIcon>icons8_trash_can.ico</ApplicationIcon>
11+
<ApplicationIcon>icon.ico</ApplicationIcon>
12+
<Version>1.7</Version>
13+
<Authors>arshx86</Authors>
14+
<PackageProjectUrl>https://github.com/arshx86/SharpJunk</PackageProjectUrl>
1215
</PropertyGroup>
1316

14-
<ItemGroup>
15-
<Content Include="icons8_trash_can.ico" />
16-
</ItemGroup>
17-
1817
<ItemGroup>
1918
<PackageReference Include="Costura.Fody" Version="5.7.0">
2019
<PrivateAssets>all</PrivateAssets>
2120
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2221
</PackageReference>
23-
<PackageReference Include="Guna.UI2.WinForms" Version="2.0.3.2" />
22+
<PackageReference Include="Guna.UI2.WinForms" Version="2.0.3.3" />
2423
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0-1.final" />
2524
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">
2625
<PrivateAssets>all</PrivateAssets>

SharpJunk/icon.ico

5.3 KB
Binary file not shown.

SharpJunk/icons8_trash_can.ico

-5.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)