Skip to content

Commit e34e799

Browse files
committed
optimize deps-version
1 parent 2183cd2 commit e34e799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<VersionMajor>4</VersionMajor>
44
<VersionMinor>0</VersionMinor>
5-
<VersionPatch>85</VersionPatch>
5+
<VersionPatch>86</VersionPatch>
66
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
77
</PropertyGroup>
88
</Project>

src/SmartSql/SmartSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
10+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
1111
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.5.1" />
1212
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
1313
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />

0 commit comments

Comments
 (0)