From 790d962e9b63c69753d0b6c41e1764efaee04e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 03:14:18 +0000 Subject: [PATCH 1/2] Bump Respawn from 4.0.0 to 5.0.1 Bumps [Respawn](https://github.com/jbogard/Respawn) from 4.0.0 to 5.0.1. - [Release notes](https://github.com/jbogard/Respawn/releases) - [Commits](https://github.com/jbogard/Respawn/compare/v4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: Respawn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../Application.IntegrationTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Application.IntegrationTests/Application.IntegrationTests.csproj b/tests/Application.IntegrationTests/Application.IntegrationTests.csproj index d6c570d..bbe547e 100644 --- a/tests/Application.IntegrationTests/Application.IntegrationTests.csproj +++ b/tests/Application.IntegrationTests/Application.IntegrationTests.csproj @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + From 4fcf099a5ef9f5b91633b05cd1e8822622623a73 Mon Sep 17 00:00:00 2001 From: Steph <51045661+stephn22@users.noreply.github.com> Date: Mon, 11 Jul 2022 15:34:25 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8da356b..2b39a35 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ --- -DeliveryWebApp is a .NET Web Application developed by [Stefano Crotti](https://github.com/stecrotti1) at the [Computer Science Institute](http://www.di.unipmn.it) of the [University of Piemonte Orientale](http://www.uniupo.it) as assesment for the *Web applications: architectures and languages* course. - This web application was developed following the principles of [Clean Architecture](https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/common-web-application-architectures#clean-architecture). ---