diff --git a/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj b/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj index 60085036..8af70d6c 100644 --- a/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj +++ b/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj @@ -10,7 +10,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Longbow.Logging" Version="3.0.3-beta1" /> + <PackageReference Include="Longbow.Logging" Version="3.0.3" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="4.0.0" /> <PackageReference Include="Sentry.AspNetCore" Version="2.0.0-beta6" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0-rc4" /> diff --git a/src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj b/src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj index 0bebf0e8..92fa058d 100644 --- a/src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj +++ b/src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj @@ -8,14 +8,14 @@ <PackageReference Include="Bootstrap.Security.DataAccess" Version="3.0.1" /> <PackageReference Include="Bootstrap.Security.Mvc" Version="3.0.2" /> <PackageReference Include="Longbow" Version="3.0.1" /> - <PackageReference Include="Longbow.Cache" Version="3.0.3-beta3" /> + <PackageReference Include="Longbow.Cache" Version="3.0.3" /> <PackageReference Include="Longbow.Data" Version="3.0.1" /> <PackageReference Include="Longbow.GiteeAuth" Version="3.0.1" /> <PackageReference Include="Longbow.GitHubAuth" Version="3.0.1" /> <PackageReference Include="Longbow.OAuth" Version="3.0.2" /> <PackageReference Include="Longbow.PetaPoco" Version="1.0.2" /> <PackageReference Include="Longbow.Security.Cryptography" Version="1.3.0" /> - <PackageReference Include="Longbow.Tasks" Version="3.0.2-beta2" /> + <PackageReference Include="Longbow.Tasks" Version="3.0.3" /> <PackageReference Include="Longbow.Web" Version="3.0.1" /> <PackageReference Include="Longbow.WeChatAuth" Version="3.0.1" /> <PackageReference Include="Microsoft.Data.Sqlite" Version="3.0.0" /> diff --git a/src/client/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj b/src/client/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj index e1f91132..56027ece 100644 --- a/src/client/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj +++ b/src/client/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj @@ -8,7 +8,7 @@ <PackageReference Include="Bootstrap.Security.DataAccess" Version="3.0.1" /> <PackageReference Include="Bootstrap.Security.Mvc" Version="3.0.2" /> <PackageReference Include="Longbow" Version="3.0.1" /> - <PackageReference Include="Longbow.Cache" Version="3.0.3-beta3" /> + <PackageReference Include="Longbow.Cache" Version="3.0.3" /> <PackageReference Include="Longbow.Data" Version="3.0.1" /> <PackageReference Include="Longbow.Web" Version="3.0.1" /> <PackageReference Include="System.Data.SqlClient" Version="4.7.0" /> diff --git a/src/client/Bootstrap.Client/Bootstrap.Client.csproj b/src/client/Bootstrap.Client/Bootstrap.Client.csproj index 4e5b0969..bd8ffbc9 100644 --- a/src/client/Bootstrap.Client/Bootstrap.Client.csproj +++ b/src/client/Bootstrap.Client/Bootstrap.Client.csproj @@ -6,7 +6,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Longbow.Logging" Version="3.0.3-beta1" /> + <PackageReference Include="Longbow.Logging" Version="3.0.3" /> <PackageReference Include="Microsoft.Data.Sqlite" Version="3.0.0" /> </ItemGroup>