Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 1799785

Browse files
committed
1 parent de9e894 commit 1799785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Spring.Extensions.DependencyInjection/Spring.Extensions.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Spring.Core" Version="3.0.0"/>
11+
<PackageReference Include="Spring.Core" Version="3.0.1"/>
1212
</ItemGroup>
1313

1414
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
1919
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
20-
<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
20+
<PackageReference Include="System.Drawing.Common" Version="4.7.3"/>
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)