diff --git a/API/API.csproj b/API/API.csproj index 06c92c88..fbbeb89b 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -1,24 +1,16 @@ + - net9.0 - enable - enable - OpenShock.API - OpenShock.API - 3.10.3 true - OpenShock - API - a2109c1e-fb11-44d7-8127-346ef60cb9a5 - 1701;1702;IL2121;1591 + 1701;1702;IL2121;1591 - 1701;1702;IL2121;1591 + 1701;1702;IL2121;1591 @@ -69,11 +61,10 @@ - Always + Always Always - diff --git a/Common.Tests/Common.Tests.csproj b/Common.Tests/Common.Tests.csproj index 4fe4f6df..54897e97 100644 --- a/Common.Tests/Common.Tests.csproj +++ b/Common.Tests/Common.Tests.csproj @@ -1,32 +1,23 @@  + - - net9.0 - enable - enable - OpenShock.Common.Tests - OpenShock.Common.Tests - OpenShock - OpenShock.Common.Tests - + + + + + + - - - - - - - - - - - - - Always - - - Always - - + + + + + + Always + + + Always + + diff --git a/Common/Common.csproj b/Common/Common.csproj index 3491729e..cfb56605 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -1,23 +1,15 @@ + - net9.0 - enable - enable - OpenShock.Common - OpenShock.Common - OpenShock - OpenShock.Common - 3.1.0 - 3.1.0 Library - all - runtime; build; native; contentfiles; analyzers; buildtransitive + all + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -54,5 +46,4 @@ - diff --git a/Cron/Cron.csproj b/Cron/Cron.csproj index b2a2965a..70439482 100644 --- a/Cron/Cron.csproj +++ b/Cron/Cron.csproj @@ -1,15 +1,5 @@  - - - net9.0 - enable - enable - OpenShock.Cron - OpenShock.Cron - OpenShock - 3.10.3 - a2109c1e-fb11-44d7-8127-346ef60cb9a5 - + @@ -18,12 +8,12 @@ - + - - Always - + + Always + diff --git a/LiveControlGateway/LiveControlGateway.csproj b/LiveControlGateway/LiveControlGateway.csproj index 0dc18197..d3774f26 100644 --- a/LiveControlGateway/LiveControlGateway.csproj +++ b/LiveControlGateway/LiveControlGateway.csproj @@ -1,16 +1,8 @@ - + + - net9.0 - enable - enable - OpenShock.LiveControlGateway - OpenShock.LiveControlGateway - OpenShock - 3.10.3 - LiveControlGateway true - a2109c1e-fb11-44d7-8127-346ef60cb9a5 @@ -39,14 +31,13 @@ - - + + - + Always - + - - + \ No newline at end of file diff --git a/MigrationHelper/MigrationHelper.csproj b/MigrationHelper/MigrationHelper.csproj index ac44c8eb..b5f8a6fc 100644 --- a/MigrationHelper/MigrationHelper.csproj +++ b/MigrationHelper/MigrationHelper.csproj @@ -1,14 +1,11 @@  + Exe - net9.0 - enable - enable - + - diff --git a/Shared.props b/Shared.props new file mode 100644 index 00000000..384bee9e --- /dev/null +++ b/Shared.props @@ -0,0 +1,35 @@ + + + OpenShock + $(Company).$(MSBuildProjectName) + 3.10.3 + + https://github.com/OpenShock/API + README.md + LICENSE + $(RepositoryUrl)/LICENSE + True + + + + + True + \ + + + True + \ + + + + + net9.0 + enable + enable + $(Product) + $(Product.Replace(" ", "_")) + $(Version) + $(Version) + a2109c1e-fb11-44d7-8127-346ef60cb9a5 + + \ No newline at end of file