Skip to content

Commit ae2c43a

Browse files
authored
Merge pull request #80 from rprouse/json-update
Update packages to non-vulnerable version
2 parents fdea471 + 9bc90fd commit ae2c43a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/todo.application/todo.application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="ColoredConsole" Version="1.0.0" />
2222
<PackageReference Include="MediatR" Version="12.4.1" />
2323
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21617.1" />
24-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
24+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

src/todo/todo.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryUrl>https://github.com/rprouse/dotnet-todo</RepositoryUrl>
1515
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1616
<PackageId>dotnet-todo</PackageId>
17-
<Version>0.6.3</Version>
17+
<Version>0.6.4</Version>
1818
<PackAsTool>true</PackAsTool>
1919
<ToolCommandName>todo</ToolCommandName>
2020
<PackageOutputPath>./nupkg</PackageOutputPath>
@@ -35,8 +35,8 @@
3535

3636
<ItemGroup>
3737
<PackageReference Include="ColoredConsole" Version="1.0.0" />
38-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
39-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
38+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
39+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
4040
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21617.1" />
4141
<PackageReference Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta2.21617.1" />
4242
</ItemGroup>

0 commit comments

Comments
 (0)