Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasZottis committed Jun 6, 2024
1 parent 165c223 commit a55be3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Api/ConPro.Api/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "8.0.6",
"commands": [
"dotnet-ef"
]
}
}
}
1 change: 0 additions & 1 deletion Tools/DevTools/Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<PackageReference Include="BibliotecaPublica.Core" Version="7.3.6.1" />
<PackageReference Include="BibliotecaPublica.DependencyInjection" Version="7.3.1.4" />
<PackageReference Include="BibliotecaPublica.Notificacoes" Version="7.1.0" />
<PackageReference Include="ElectronNET.API" Version="23.6.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.20" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.20" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit a55be3c

Please sign in to comment.