diff --git a/docker-compose.yml b/docker-compose.yml index 9e6d5d5..c711f0d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,11 +10,12 @@ services: mssql: container_name: dev-mssql hostname: mssql - image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu + image: mcr.microsoft.com/azure-sql-edge:latest ports: - "1433:1433" environment: SA_PASSWORD: "MTsample1" + MSSQL_PID: "Developer" ACCEPT_EULA: "Y" redis: image: redis diff --git a/src/SampleBatch.Api/SampleBatch.Api.csproj b/src/SampleBatch.Api/SampleBatch.Api.csproj index 70f8bba..1035cab 100644 --- a/src/SampleBatch.Api/SampleBatch.Api.csproj +++ b/src/SampleBatch.Api/SampleBatch.Api.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 Latest @@ -16,7 +16,7 @@ - + diff --git a/src/SampleBatch.Common/SampleBatch.Common.csproj b/src/SampleBatch.Common/SampleBatch.Common.csproj index 0b71923..0477853 100644 --- a/src/SampleBatch.Common/SampleBatch.Common.csproj +++ b/src/SampleBatch.Common/SampleBatch.Common.csproj @@ -1,13 +1,13 @@  - netstandard2.0 + net6.0 Latest - + diff --git a/src/SampleBatch.Components/SampleBatch.Components.csproj b/src/SampleBatch.Components/SampleBatch.Components.csproj index 4228c7e..01b8201 100644 --- a/src/SampleBatch.Components/SampleBatch.Components.csproj +++ b/src/SampleBatch.Components/SampleBatch.Components.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net6.0 Latest diff --git a/src/SampleBatch.Contracts/SampleBatch.Contracts.csproj b/src/SampleBatch.Contracts/SampleBatch.Contracts.csproj index beaaaaa..24f9cf9 100644 --- a/src/SampleBatch.Contracts/SampleBatch.Contracts.csproj +++ b/src/SampleBatch.Contracts/SampleBatch.Contracts.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net6.0 Latest diff --git a/src/SampleBatch.Service/SampleBatch.Service.csproj b/src/SampleBatch.Service/SampleBatch.Service.csproj index 4b4469f..1548296 100644 --- a/src/SampleBatch.Service/SampleBatch.Service.csproj +++ b/src/SampleBatch.Service/SampleBatch.Service.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net6.0 Latest @@ -22,15 +22,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/src/SampleBatch.Tests/SampleBatch.Tests.csproj b/src/SampleBatch.Tests/SampleBatch.Tests.csproj index acba6d7..e6f1e06 100644 --- a/src/SampleBatch.Tests/SampleBatch.Tests.csproj +++ b/src/SampleBatch.Tests/SampleBatch.Tests.csproj @@ -1,15 +1,15 @@  - netcoreapp3.1 + net6.0 latest - - + +