Commit Graph
11 Commits
Author SHA1 Message Date
Sumit GhoshandGitHub ec1dc0ede3 Merge pull request #558 from dotnet-architecture/dependabot/nuget/Swashbuckle.AspNetCore.SwaggerUI-6.2.2
Bump Swashbuckle.AspNetCore.SwaggerUI from 5.6.3 to 6.2.2
2021-09-27 19:35:51 +05:30
Sumit GhoshandGitHub 77b908b8a0 Merge pull request #557 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore-5.0.10
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 5.0.0 to 5.0.10
2021-09-27 19:35:23 +05:30
Sumit GhoshandGitHub 45bf78eda7 Merge pull request #556 from dotnet-architecture/dependabot/nuget/BuildBundlerMinifier-3.2.449
Bump BuildBundlerMinifier from 2.9.406 to 3.2.449
2021-09-27 19:33:07 +05:30
Sumit GhoshandGitHub 951acfcd44 Merge pull request #555 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Identity.EntityFrameworkCore-5.0.10
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 5.0.0 to 5.0.10
2021-09-27 19:32:39 +05:30
Sumit GhoshandGitHub d1ca3ac069 Merge pull request #554 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer-5.0.10
Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 5.0.0 to 5.0.10
2021-09-27 19:30:18 +05:30
Sumit GhoshandGitHub ef837760f6 Merge pull request #424 from Youssef1313/patch-2
Create dependabot.yml
2021-09-27 18:11:52 +05:30
Sumit GhoshandGitHub ccc9bd724a Merge pull request #551 from khairuzzaman/master
Fix Manage Account Broken UI
2021-09-24 19:51:20 +05:30
Sumit GhoshandGitHub e9869cc7d8 Merge pull request #548 from dotnet-architecture/dependabot/nuget/src/PublicApi/Microsoft.AspNetCore.Authentication.JwtBearer-5.0.9
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.0 to 5.0.9 in /src/PublicApi
2021-09-24 19:00:54 +05:30
Sumit GhoshandGitHub 5132b96024 Merge pull request #549 from dotnet-architecture/dependabot/nuget/src/Web/Microsoft.AspNetCore.Authentication.JwtBearer-5.0.9
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.0 to 5.0.9 in /src/Web
2021-09-24 19:00:29 +05:30
c29001aae3 Update src/PublicApi/CatalogItemEndpoints/Create.cs
Co-authored-by: David Pine <david.pine@microsoft.com>
2021-06-28 20:12:48 +05:30
Sumit GhoshandGitHub 28af1642f6 Feature/update net 5 (#487)
* Updated ApplicationCore to net 5

* Updated Infrastructure project to net 5

* Updated BlazorShared project to net 5

* Updated PublicApi project to net 5

* Updated Web mvc project to net 5

* Updated BlazorAdmin project to net-5

* Updated FunctionalTests to net 5

* Updated UnitTests project to net 5

* Updated IntegrationTests project to net 5

* Fixed CSS specific bug in BlazorAdmin project

* Updated github action worflow yaml

* Changes the name to only .NET

* Removed hardcoded minor version from github action workflow.

* Removed commneted code.

* Removed minor versions from the docker file

* Updated dotnet-ef tool version configuration to net-5

* Removed old migration plans

* Added net5 migration plans

* Updated infrastructure projecti setting.

* Removed database error page related configuration

* Removed commented package.
2020-12-03 11:23:11 -05:00