Skip to content

Commit

Permalink
Update dotnet tools
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer committed Dec 22, 2024
1 parent 87fb08e commit 7c2b833
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Services/Bones.Api/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "7.1.0",
"version": "7.2.0",
"commands": [
"swagger"
],
"rollForward": false
},
"dotnet-rpm": {
"version": "0.1.226",
"version": "0.1.232",
"commands": [
"dotnet-rpm"
],
"rollForward": false
},
"dotnet-deb": {
"version": "0.1.226",
"version": "0.1.232",
"commands": [
"dotnet-deb"
],
Expand Down
2 changes: 1 addition & 1 deletion Services/Bones.Api/Bones.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="7.2.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="7.2.0" />
<PackageReference Update="Packaging.Targets">
<Version>0.1.226</Version>
<Version>0.1.232</Version>
</PackageReference>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Services/Bones.Api/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Packaging.Targets">
<Version>0.1.226-*</Version>
<Version>0.1.232-*</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
10 changes: 6 additions & 4 deletions Services/Bones.BackgroundService/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
"isRoot": true,
"tools": {
"dotnet-deb": {
"version": "0.1.226",
"version": "0.1.232",
"commands": [
"dotnet-deb"
]
],
"rollForward": false
},
"dotnet-rpm": {
"version": "0.1.226",
"version": "0.1.232",
"commands": [
"dotnet-rpm"
]
],
"rollForward": false
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" />
<PackageReference Update="Packaging.Targets">
<Version>0.1.226</Version>
<Version>0.1.232</Version>
</PackageReference>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Services/Bones.BackgroundService/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Packaging.Targets">
<Version>0.1.226-*</Version>
<Version>0.1.232-*</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 7c2b833

Please sign in to comment.