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

Commit 83d6ef6

Browse files
Bump Spring.Core from 2.0.1 to 3.0.0
Bumps [Spring.Core](https://github.com/spring-projects/spring-net) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/spring-projects/spring-net/releases) - [Changelog](https://github.com/spring-projects/spring-net/blob/main/changelog.txt) - [Commits](https://github.com/spring-projects/spring-net/commits/v3.0.0) --- updated-dependencies: - dependency-name: Spring.Core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d20b85 commit 83d6ef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/SampleShared/SampleShared.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Spring.Core" Version="2.0.1" />
9+
<PackageReference Include="Spring.Core" Version="3.0.0" />
1010
<PackageReference Include="System.Text.Encodings.Web" Version="5.0.1" />
1111
</ItemGroup>
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
12-
<PackageReference Include="Spring.Core" Version="2.0.1" />
12+
<PackageReference Include="Spring.Core" Version="3.0.0" />
1313
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)