Skip to content

Commit 7cb5a21

Browse files
Bump Microsoft.Extensions.Configuration.Json from 3.0.0 to 3.1.0
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/aspnet/Extensions) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/aspnet/Extensions/releases) - [Commits](dotnet/extensions@v3.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent c87b55e commit 7cb5a21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/MyProject.Scheduler/MyProject.Scheduler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Exe</OutputType>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
1111
<PackageReference Include="Simplify.Scheduler" Version="1.0-pre03" />
1212
</ItemGroup>
1313
<ItemGroup>

templates/MyProject.WindowsService/MyProject.WindowsService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
9+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
1010
<PackageReference Include="Simplify.WindowsServices" Version="2.10.0" />
1111
</ItemGroup>
1212
<ItemGroup>

0 commit comments

Comments
 (0)