diff --git a/Directory.Build.props b/Directory.Build.props index f8ef6163..5653fed2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable enable true diff --git a/global.json b/global.json index 33a07316..dbf29ce8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,7 @@ { "sdk": { - "version": "8.0.101", - "rollForward": "latestFeature" + "version": "9.0.0", + "rollForward": "latestFeature", + "allowPrerelease": true } -} \ No newline at end of file +} diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj index e140ec49..a5144256 100644 --- a/src/Application/Application.csproj +++ b/src/Application/Application.csproj @@ -12,8 +12,8 @@ - - - + + + diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index c19b60fe..807957c0 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -8,6 +8,6 @@ - + diff --git a/src/WebApi/WebApi.csproj b/src/WebApi/WebApi.csproj index 7766d001..30ab9436 100644 --- a/src/WebApi/WebApi.csproj +++ b/src/WebApi/WebApi.csproj @@ -11,14 +11,19 @@ - - + + + + - - - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/tests/Directory.Packages.props b/tests/Directory.Packages.props index e4fbf949..fdce8139 100644 --- a/tests/Directory.Packages.props +++ b/tests/Directory.Packages.props @@ -3,9 +3,10 @@ true + - + @@ -14,9 +15,9 @@ - - - + + + \ No newline at end of file diff --git a/tools/Database/Database.csproj b/tools/Database/Database.csproj index aef8c15f..7fa9317c 100644 --- a/tools/Database/Database.csproj +++ b/tools/Database/Database.csproj @@ -11,7 +11,7 @@ - +