diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..d40b21a --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,10 @@ + + + net7.0 + enable + enable + + 7-recommended + true + + \ No newline at end of file diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index d0110c7..a4f5c96 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -1,12 +1,7 @@  - net7.0 - enable - enable - 7-recommended - true 8c645c6e-104f-44c0-8c0d-895ce52b5cf4 diff --git a/src/Api/appsettings.json b/src/Api/appsettings.json index 5bead84..791f898 100644 --- a/src/Api/appsettings.json +++ b/src/Api/appsettings.json @@ -1,4 +1,7 @@ { + "ConnectionStrings": { + "Default": "Server=.;Database=TodoDatabase;MultipleActiveResultSets=true;TrustServerCertificate=True;User Id=sa;Password=QWElkj132!" + }, "Logging": { "LogLevel": { "Default": "Information", diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj index 063add8..b7fa146 100644 --- a/src/Application/Application.csproj +++ b/src/Application/Application.csproj @@ -1,13 +1,5 @@  - - net7.0 - enable - enable - - 7-recommended - true - diff --git a/tests/Application.IntegrationTests/Application.IntegrationTests.csproj b/tests/Application.IntegrationTests/Application.IntegrationTests.csproj index 5295470..add8ff9 100644 --- a/tests/Application.IntegrationTests/Application.IntegrationTests.csproj +++ b/tests/Application.IntegrationTests/Application.IntegrationTests.csproj @@ -1,10 +1,6 @@ - net7.0 - enable - enable - false true diff --git a/tests/Application.UnitTests/Application.UnitTests.csproj b/tests/Application.UnitTests/Application.UnitTests.csproj index d20abcf..d406970 100644 --- a/tests/Application.UnitTests/Application.UnitTests.csproj +++ b/tests/Application.UnitTests/Application.UnitTests.csproj @@ -1,10 +1,6 @@ - net7.0 - enable - enable - false