Skip to content

Commit 18e5ead

Browse files
authored
Merge pull request #13 from SimplifyNet/dependabot/nuget/develop/Microsoft.Extensions.Configuration.Json-3.1.5
Bump Microsoft.Extensions.Configuration.Json from 3.1.4 to 3.1.5
2 parents 619e510 + 4c5e6ed commit 18e5ead

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

0 commit comments

Comments
 (0)