Skip to content

Commit 48903a2

Browse files
Update Microsoft.Extensions.Configuration.Json requirement
Updates the requirements on [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) to permit the latest version. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a834f4 commit 48903a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/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
<Description>MyProject.Scheduler service</Description>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.*" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.*" />
1111
<PackageReference Include="Simplify.Scheduler" Version="1.3.*" />
1212
</ItemGroup>
1313
<ItemGroup>

src/templates/MyProject.WindowsService/MyProject.WindowsService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Description>MyProject.WindowsService service</Description>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.*" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.*" />
1111
<PackageReference Include="Simplify.WindowsServices" Version="2.14.*" />
1212
</ItemGroup>
1313
<ItemGroup>

0 commit comments

Comments
 (0)