Skip to content

Commit b37dd5b

Browse files
Bump Microsoft.Extensions.Configuration.UserSecrets from 9.0.2 to 9.0.3
Bumps [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21a1f68 commit b37dd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sdk/Sdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ 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.3" />
42-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.2" />
42+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.3" />
4343
<PackageReference Include="Nito.AsyncEx.Tasks" Version="5.1.2" />
4444
<PackageReference Include="Skyline.DataMiner.CICD.DMApp.Common" Version="2.1.0" />
4545
<PackageReference Include="Skyline.DataMiner.CICD.Assemblers.Automation" Version="1.1.2" />

0 commit comments

Comments
 (0)