Skip to content

Commit 7e3a9d3

Browse files
Bump Microsoft.Extensions.Configuration.Json from 3.1.0 to 3.1.4
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/aspnet/Extensions) from 3.1.0 to 3.1.4. - [Release notes](https://github.com/aspnet/Extensions/releases) - [Commits](https://github.com/aspnet/Extensions/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f14e7b6 commit 7e3a9d3

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.1.0" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.4" />
1111
<PackageReference Include="Simplify.Scheduler" Version="1.0.0-pre05" />
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="3.1.0" />
9+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.4" />
1010
<PackageReference Include="Simplify.WindowsServices" Version="2.12.0" />
1111
</ItemGroup>
1212
<ItemGroup>

0 commit comments

Comments
 (0)