Skip to content

Commit ca995d8

Browse files
committed
Fix Info
1 parent ee7048c commit ca995d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KSFramework/KSFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0;net6.0;net10.0</TargetFrameworks>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

99
<PropertyGroup>
1010
<PackageId>KSFramework</PackageId>
11-
<Version Condition="'$(Version)' == ''">1.0.0</Version>
11+
<Version>1.0.20</Version>
1212
<Authors>Kamran Sadin</Authors>
1313
<Company>Sadin</Company>
1414
<CopyRight>Copyright (c) 2022 SadinCo.</CopyRight>

0 commit comments

Comments
 (0)