We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7048c commit ca995d8Copy full SHA for ca995d8
src/KSFramework/KSFramework.csproj
@@ -1,14 +1,14 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net8.0;net6.0;net10.0</TargetFrameworks>
+ <TargetFramework>net8.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
</PropertyGroup>
8
9
10
<PackageId>KSFramework</PackageId>
11
- <Version Condition="'$(Version)' == ''">1.0.0</Version>
+ <Version>1.0.20</Version>
12
<Authors>Kamran Sadin</Authors>
13
<Company>Sadin</Company>
14
<CopyRight>Copyright (c) 2022 SadinCo.</CopyRight>
0 commit comments