Skip to content

Commit

Permalink
run package lock with older version / / upgrade nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Jul 20, 2023
1 parent 66fb278 commit 72df466
Show file tree
Hide file tree
Showing 6 changed files with 16,971 additions and 6 deletions.
2 changes: 1 addition & 1 deletion starsky/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-sonarscanner": {
"version": "5.11.0",
"version": "5.13.0",
"commands": [
"dotnet-sonarscanner"
]
Expand Down
2 changes: 1 addition & 1 deletion starsky/build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0" />
<PackageReference Include="Nuke.Common" Version="6.3.0" />
<PackageReference Include="Nuke.Common" Version="7.0.2" />
<PackageReference Include="ReportGenerator.Core" Version="5.1.13" />
<PackageReference Include="SimpleExec" Version="11.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageReference Include="XmpCore" Version="6.1.10.1" />
<PackageReference Include="MetadataExtractor" Version="2.7.2" />
<PackageReference Include="MetadataExtractor" Version="2.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MetadataExtractor" Version="2.7.2" />
<PackageReference Include="MetadataExtractor" Version="2.8.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
</ItemGroup>

Expand Down
Loading

0 comments on commit 72df466

Please sign in to comment.