Skip to content

Commit 1ef8b35

Browse files
committed
Updated to use common package
1 parent 97ef1be commit 1ef8b35

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

DuplicatiIngress.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
<PackageReference Include="UuidExtensions" Version="1.2.0" />
2020
<PackageReference Include="RobotsTxtCore" Version="3.0.0" />
2121

22-
<PackageReference Include="SimpleSecurityFilter" Version="1.0.2" />
23-
<PackageReference Include="CommonDuplicatiConsoleLogging" Version="1.0.2" />
22+
<PackageReference Include="DuplicatiConsoleCommon" Version="1.0.0" />
2423
</ItemGroup>
2524

2625
</Project>

Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
// SOFTWARE.
20-
using CommonLoggingConfig;
20+
using ConsoleCommon;
2121
using DuplicatiIngress;
2222
using MassTransit;
2323
using MassTransit.SqlTransport.PostgreSql;
@@ -26,7 +26,6 @@
2626
using Microsoft.IdentityModel.Tokens;
2727
using RobotsTxt;
2828
using Serilog;
29-
using SimpleSecurityFilter;
3029

3130
var builder = WebApplication.CreateBuilder(args);
3231

0 commit comments

Comments
 (0)