Skip to content

Commit 6dbd898

Browse files
fix: Bump ConsoleAppFramework from 5.7.11 to 5.7.13 (#430)
--- updated-dependencies: - dependency-name: ConsoleAppFramework dependency-version: 5.7.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0903e3 commit 6dbd898

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<NoWarn>$(NoWarn);NU1507</NoWarn>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageVersion Include="ConsoleAppFramework" Version="5.7.11" />
8+
<PackageVersion Include="ConsoleAppFramework" Version="5.7.13" />
99
<PackageVersion Include="Microsoft.Bcl.TimeProvider" Version="10.0.0" />
1010
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
1111
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />

sandbox/ConsoleAppSample/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net10.0": {
55
"ConsoleAppFramework": {
66
"type": "Direct",
7-
"requested": "[5.7.11, )",
8-
"resolved": "5.7.11",
9-
"contentHash": "WRL2FjLaOIWuxEL2THZy5a7BsI0Fh+dMIzHxdaHLokn7q6jSM+SdRfNsFGIR3OXIpE3Tz1xzkQLq5wloB7nhCA=="
7+
"requested": "[5.7.13, )",
8+
"resolved": "5.7.13",
9+
"contentHash": "5YE0wrPl4U28g+L6502sNdyUKygSGfeLDOhutD/zMCTFSeM7QnonoYfHjckOeSd1DEl9PUQYAGSqO8DV7lCIuw=="
1010
},
1111
"Microsoft.Extensions.Configuration.Json": {
1212
"type": "Direct",

0 commit comments

Comments
 (0)