Skip to content

Commit

Permalink
Upgrade nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
aimenux committed Mar 16, 2021
1 parent 02edd95 commit bff5ee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALLATION-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ You can install Acumatica sites via their installer then their wizard. This way
>
> :one: If you are creating multiples sites with the same configuration always, wizard can be boring and taking a lot of time to put the same infos again and again.
>
> :two: When you delete acumatica site, multiple things are not properly deleted (database, files, app-pools, etc.)
> :two: When you delete acumatica site, multiple artefacts are not properly deleted (database, files, app-pool, etc.)
>
AcuWebSiteManager is global tool tackling those issues :
AcuWebSiteManager is a global tool tackling those issues :
>
> :one: Edit site infos once (through xml file) and install multiple times without editing infos everytime
>
Expand Down
6 changes: 3 additions & 3 deletions Lib/Lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.78" />
<PackageReference Include="FluentValidation" Version="9.5.1" />
<PackageReference Include="FluentValidation" Version="9.5.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="150.4897.1" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="150.5084.2" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="161.46041.41" />
<PackageReference Include="Microsoft.Web.Administration" Version="11.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Spectre.Console" Version="0.37.0" />
<PackageReference Include="Spectre.Console" Version="0.38.0" />
<PackageReference Include="System.Text.Json" Version="5.0.1" />
</ItemGroup>

Expand Down

0 comments on commit bff5ee7

Please sign in to comment.