Skip to content

Commit baef4f1

Browse files
committed
add Support TargetFramework : netstandard1.3;netstandard2.0;net46
1 parent b043704 commit baef4f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SmartSql/SmartSql.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>netstandard1.3</TargetFramework>
4+
<TargetFrameworks>netstandard1.3;netstandard2.0;net46</TargetFrameworks>
55
<Authors>Ahoo Wang</Authors>
66
<Company>Ahoo Wang</Company>
77
<Description>SmartSql = Dapper + MyBatis + Cache(Memory | Redis) + ZooKeeper + R/W Splitting + ......</Description>
@@ -10,9 +10,9 @@
1010
<PackageProjectUrl>https://github.com/Ahoo-Wang/SmartSql</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/Ahoo-Wang/SmartSql</RepositoryUrl>
1212
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
13-
<Version>2.0.4</Version>
14-
<AssemblyVersion>2.0.4.0</AssemblyVersion>
15-
<FileVersion>2.0.4.0</FileVersion>
13+
<Version>2.0.5</Version>
14+
<AssemblyVersion>2.0.5.0</AssemblyVersion>
15+
<FileVersion>2.0.5.0</FileVersion>
1616
<PackageTags>SmartSql Dapper MyBatis Cache(Memory | Redis) ZooKeeper R/W Splitting</PackageTags>
1717
<PackageReleaseNotes></PackageReleaseNotes>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)