Skip to content

Commit 84162ff

Browse files
committed
Updated nuget packages
1 parent a282142 commit 84162ff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/PainKiller.PowerCommands/Core/PainKiller.PowerCommands.Configuration/PainKiller.PowerCommands.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="YamlDotNet" Version="13.7.1" />
12+
<PackageReference Include="YamlDotNet" Version="16.2.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/PainKiller.PowerCommands/Core/PainKiller.PowerCommands.Shared/PainKiller.PowerCommands.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/PainKiller.PowerCommands/PainKiller.PowerCommands.MyExampleCommands/PowerCommandsConfiguration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ configuration:
1414
options: "MANDATORY|!pause"
1515
examples: "//Must provide the MANDATORY option, will trigger a validation error otherwise|demo MANDATORY|//Test the pause service|demo --pause 5 MANDATORY"
1616
suggestions: ""
17-
useAsync: true
17+
useAsync: false
1818
showElapsedTime: false
1919
startupToolbar:
2020
hideToolbarOption: OnCommandHighlighted

src/PainKiller.PowerCommands/Third party components/PainKiller.SerilogExtensions/PainKiller.SerilogExtensions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
13-
<PackageReference Include="Serilog" Version="3.1.1" />
14-
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
13+
<PackageReference Include="Serilog" Version="4.1.0" />
14+
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)