Skip to content

Commit d8f9746

Browse files
Bump Microsoft.Extensions.Configuration.UserSecrets and System.Text.Json
Bumps [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration.UserSecrets` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `System.Text.Json` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88d65c3 commit d8f9746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sdk/Sdk.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ By integrating this SDK into your build process, you can easily generate install
3939
<ItemGroup>
4040
<PackageReference Include="Microsoft.Build.Tasks.Core" VersionOverride="$(MicrosoftBuildMinimumPackageVersion)" ExcludeAssets="Runtime" IncludeAssets="compile; build; native; contentfiles; analyzers; buildtransitive" Version="14.3.0" />
4141
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.1" />
42-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.1" />
42+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.2" />
4343
<PackageReference Include="Nito.AsyncEx.Tasks" Version="5.1.2" />
4444
<PackageReference Include="Skyline.DataMiner.CICD.DMApp.Common" Version="2.0.14" />
4545
<PackageReference Include="Skyline.DataMiner.CICD.Assemblers.Automation" Version="1.1.0" />
4646
<PackageReference Include="Skyline.DataMiner.CICD.FileSystem" Version="1.1.0" />
4747
<PackageReference Include="Skyline.DataMiner.CICD.Parsers.Common" Version="1.1.1" />
4848
<PackageReference Include="Skyline.DataMiner.Core.AppPackageCreator" Version="2.0.5" />
49-
<PackageReference Include="System.Text.Json" Version="9.0.1" />
49+
<PackageReference Include="System.Text.Json" Version="9.0.2" />
5050
</ItemGroup>
5151

5252
<ItemGroup>

0 commit comments

Comments
 (0)