diff --git a/Directory.Build.props b/Directory.Build.props index bb2df7b9..3a7b1f2e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,8 +1,8 @@ - 5.0.0 - 5.0.0 - 5.0.0 - 5.0.0 + 6.0.0-rc.2.21470.37 + 6.0.0-rc.2.21470.37 + 6.0.0-rc.2.21470.37 + 6.0.0-rc.2.21470.23 diff --git a/src/BlazingComponents/BlazingComponents.csproj b/src/BlazingComponents/BlazingComponents.csproj index 6325ad64..cd034c1a 100644 --- a/src/BlazingComponents/BlazingComponents.csproj +++ b/src/BlazingComponents/BlazingComponents.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/src/BlazingPizza.Client/BlazingPizza.Client.csproj b/src/BlazingPizza.Client/BlazingPizza.Client.csproj index 5014247d..17486ea0 100644 --- a/src/BlazingPizza.Client/BlazingPizza.Client.csproj +++ b/src/BlazingPizza.Client/BlazingPizza.Client.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/src/BlazingPizza.ComponentsLibrary/BlazingPizza.ComponentsLibrary.csproj b/src/BlazingPizza.ComponentsLibrary/BlazingPizza.ComponentsLibrary.csproj index 5f51ee3c..32150e78 100644 --- a/src/BlazingPizza.ComponentsLibrary/BlazingPizza.ComponentsLibrary.csproj +++ b/src/BlazingPizza.ComponentsLibrary/BlazingPizza.ComponentsLibrary.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/src/BlazingPizza.Server/.gitignore b/src/BlazingPizza.Server/.gitignore new file mode 100644 index 00000000..3323b0a7 --- /dev/null +++ b/src/BlazingPizza.Server/.gitignore @@ -0,0 +1,2 @@ +*.db-shm +*.db-wal \ No newline at end of file diff --git a/src/BlazingPizza.Server/BlazingPizza.Server.csproj b/src/BlazingPizza.Server/BlazingPizza.Server.csproj index 6391d520..c32275bf 100644 --- a/src/BlazingPizza.Server/BlazingPizza.Server.csproj +++ b/src/BlazingPizza.Server/BlazingPizza.Server.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/src/BlazingPizza.Server/PizzaStoreContext.cs b/src/BlazingPizza.Server/PizzaStoreContext.cs index 51e96e1e..7fa06430 100644 --- a/src/BlazingPizza.Server/PizzaStoreContext.cs +++ b/src/BlazingPizza.Server/PizzaStoreContext.cs @@ -1,4 +1,4 @@ -using IdentityServer4.EntityFramework.Options; +using Duende.IdentityServer.EntityFramework.Options; using Microsoft.AspNetCore.ApiAuthorization.IdentityServer; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Options; diff --git a/src/BlazingPizza.Server/SpecialsController.cs b/src/BlazingPizza.Server/SpecialsController.cs index a176844c..9c253eb6 100644 --- a/src/BlazingPizza.Server/SpecialsController.cs +++ b/src/BlazingPizza.Server/SpecialsController.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; diff --git a/src/BlazingPizza.Shared/BlazingPizza.Shared.csproj b/src/BlazingPizza.Shared/BlazingPizza.Shared.csproj index 911c57c5..583d66fe 100644 --- a/src/BlazingPizza.Shared/BlazingPizza.Shared.csproj +++ b/src/BlazingPizza.Shared/BlazingPizza.Shared.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 BlazingPizza diff --git a/src/nuget.config b/src/nuget.config index c128a804..787160cf 100644 --- a/src/nuget.config +++ b/src/nuget.config @@ -1,8 +1,9 @@ - + +