diff --git a/Directory.Packages.props b/Directory.Packages.props index 9d918ea..d826e41 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,39 +8,39 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - + + + + - - - - - - + + + + + + - - + + - + diff --git a/src/BuildingBlocks/BuildingBlocks.Application/BuildingBlocks.Application.csproj b/src/BuildingBlocks/BuildingBlocks.Application/BuildingBlocks.Application.csproj index 95bda45..976a8aa 100644 --- a/src/BuildingBlocks/BuildingBlocks.Application/BuildingBlocks.Application.csproj +++ b/src/BuildingBlocks/BuildingBlocks.Application/BuildingBlocks.Application.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable @@ -14,4 +14,15 @@ + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + \ No newline at end of file diff --git a/src/BuildingBlocks/BuildingBlocks.Domain/BuildingBlocks.Domain.csproj b/src/BuildingBlocks/BuildingBlocks.Domain/BuildingBlocks.Domain.csproj index 5268c5f..ddb6365 100644 --- a/src/BuildingBlocks/BuildingBlocks.Domain/BuildingBlocks.Domain.csproj +++ b/src/BuildingBlocks/BuildingBlocks.Domain/BuildingBlocks.Domain.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable @@ -10,4 +10,15 @@ + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + \ No newline at end of file diff --git a/src/BuildingBlocks/BuildingBlocks.Infrastructure/BuildingBlocks.Infrastructure.csproj b/src/BuildingBlocks/BuildingBlocks.Infrastructure/BuildingBlocks.Infrastructure.csproj index b018393..fe46a24 100644 --- a/src/BuildingBlocks/BuildingBlocks.Infrastructure/BuildingBlocks.Infrastructure.csproj +++ b/src/BuildingBlocks/BuildingBlocks.Infrastructure/BuildingBlocks.Infrastructure.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable @@ -10,4 +10,15 @@ + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + diff --git a/src/Inventory.Application/Inventory.Application.csproj b/src/Inventory.Application/Inventory.Application.csproj index 4f86bf9..6947451 100644 --- a/src/Inventory.Application/Inventory.Application.csproj +++ b/src/Inventory.Application/Inventory.Application.csproj @@ -1,7 +1,7 @@  - net8.0-windows10.0.22621.0 - 10.0.19041.0 + net9.0-windows10.0.22621.0 + 10.0.22621.0 Inventory.Application win-x86;win-x64;win-arm64 true @@ -20,4 +20,15 @@ + + + + + + + + all + runtime; build; native; contentfiles; analyzers + + diff --git a/src/Inventory.Domain/Inventory.Domain.csproj b/src/Inventory.Domain/Inventory.Domain.csproj index b782425..41bf0b6 100644 --- a/src/Inventory.Domain/Inventory.Domain.csproj +++ b/src/Inventory.Domain/Inventory.Domain.csproj @@ -1,7 +1,7 @@ - + - net8.0 + net9.0 enable enable @@ -14,4 +14,15 @@ + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + \ No newline at end of file diff --git a/src/Inventory.Infrastructure/Inventory.Infrastructure.csproj b/src/Inventory.Infrastructure/Inventory.Infrastructure.csproj index 655f7e9..77bc65e 100644 --- a/src/Inventory.Infrastructure/Inventory.Infrastructure.csproj +++ b/src/Inventory.Infrastructure/Inventory.Infrastructure.csproj @@ -1,8 +1,8 @@  WinExe - net8.0-windows10.0.22621.0 - 10.0.19041.0 + net9.0-windows10.0.22621.0 + 10.0.22621.0 Inventory.Infrastructure Assets/WindowIcon.ico app.manifest @@ -55,4 +55,15 @@ + + + + + + + + all + runtime; build; native; contentfiles; analyzers + + \ No newline at end of file diff --git a/src/Inventory.Persistence/Inventory.Persistence.Database/Inventory.Persistence.Database.csproj b/src/Inventory.Persistence/Inventory.Persistence.Database/Inventory.Persistence.Database.csproj index 1e5c2e4..df0d0bc 100644 --- a/src/Inventory.Persistence/Inventory.Persistence.Database/Inventory.Persistence.Database.csproj +++ b/src/Inventory.Persistence/Inventory.Persistence.Database/Inventory.Persistence.Database.csproj @@ -1,11 +1,10 @@ - + + net9.0-windows10.0.22621.0 + 10.0.22621.0 enable enable - - net8.0-windows10.0.22621.0 - 10.0.19041.0 Inventory.Persistence.Database win-x86;win-x64;win-arm64 true @@ -41,4 +40,15 @@ + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + \ No newline at end of file diff --git a/src/Inventory.Presentation/Inventory.Presentation.csproj b/src/Inventory.Presentation/Inventory.Presentation.csproj index 188c996..d3aa306 100644 --- a/src/Inventory.Presentation/Inventory.Presentation.csproj +++ b/src/Inventory.Presentation/Inventory.Presentation.csproj @@ -1,7 +1,7 @@  - net8.0-windows10.0.22621.0 - 10.0.19041.0 + net9.0-windows10.0.22621.0 + 10.0.22621.0 Inventory.Presentation win-x86;win-x64;win-arm64 true @@ -91,4 +91,15 @@ + + + + + + + + all + runtime; build; native; contentfiles; analyzers + + diff --git a/tests/Inventory.Application.UnitTests/Inventory.Application.UnitTests.csproj b/tests/Inventory.Application.UnitTests/Inventory.Application.UnitTests.csproj index 5cadae8..fe5c24f 100644 --- a/tests/Inventory.Application.UnitTests/Inventory.Application.UnitTests.csproj +++ b/tests/Inventory.Application.UnitTests/Inventory.Application.UnitTests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable diff --git a/tests/Inventory.Domain.UnitTests/Inventory.Domain.UnitTests.csproj b/tests/Inventory.Domain.UnitTests/Inventory.Domain.UnitTests.csproj index 664c346..4d6d7cf 100644 --- a/tests/Inventory.Domain.UnitTests/Inventory.Domain.UnitTests.csproj +++ b/tests/Inventory.Domain.UnitTests/Inventory.Domain.UnitTests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable