Skip to content

Commit 5073182

Browse files
Bump Microsoft.Extensions.Configuration.Json from 3.1.5 to 3.1.7
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/aspnet/Extensions) from 3.1.5 to 3.1.7. - [Release notes](https://github.com/aspnet/Extensions/releases) - [Commits](dotnet/extensions@v3.1.5...v3.1.7) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1917d10 commit 5073182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)