diff --git a/.gitignore b/.gitignore index 4b8b936..0b0b735 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,19 @@ /src/JiShe.IoT.Application/obj /src/JiShe.IoT.Application.Contracts/obj /src/JiShe.IoT.Domain.Shared/obj +/src/JiShe.IoT.Application/bin/Release/net9.0 +/src/JiShe.IoT.Application.Contracts/bin/Release/net9.0 +/src/JiShe.IoT.Domain/bin/Release/net9.0 +/src/JiShe.IoT.Domain.Shared/bin/Release/net9.0 +/src/JiShe.IoT.EntityFrameworkCore/bin/Release/net9.0 +/src/JiShe.IoT.HttpApi/bin/Release/net9.0 +/gateways/JiShe.IoT.WebGateway/bin/Release/net9.0 +/host/JiShe.IoT.HttpApi.Host/bin/Release/net9.0 +/host/JiShe.IoT.HttpApi.Host/bin/Release/net9.0/ca/Hangfire.Core.resources.dll +/src/JiShe.IoT.DbMigrator/bin/Release/net9.0 +/src/JiShe.IoT.HttpApi.Client/bin/Release/net9.0 +/test/JiShe.IoT.Application.Tests/bin/Release/net9.0 +/test/JiShe.IoT.Domain.Tests/bin/Release/net9.0 +/test/JiShe.IoT.EntityFrameworkCore.Tests/bin/Release/net9.0 +/test/JiShe.IoT.HttpApi.Client.ConsoleTestApp/bin/Release/net9.0 +/test/JiShe.IoT.TestBase/bin/Release/net9.0 diff --git a/Directory.Build.props b/Directory.Build.props index 2aa808b..3051f1d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,10 +11,5 @@ net9.0 - - - - - 0 - + \ No newline at end of file diff --git a/JiShe.ServicePro b/JiShe.ServicePro index 106ec6d..a07f2f5 160000 --- a/JiShe.ServicePro +++ b/JiShe.ServicePro @@ -1 +1 @@ -Subproject commit 106ec6dde92123461fc44a94f594367bdc111243 +Subproject commit a07f2f5c2aedd6515e5af30db40e961113afb987 diff --git a/host/JiShe.IoT.HttpApi.Host/JiShe.IoT.HttpApi.Host.csproj b/host/JiShe.IoT.HttpApi.Host/JiShe.IoT.HttpApi.Host.csproj index 6c483d1..4027a34 100644 --- a/host/JiShe.IoT.HttpApi.Host/JiShe.IoT.HttpApi.Host.csproj +++ b/host/JiShe.IoT.HttpApi.Host/JiShe.IoT.HttpApi.Host.csproj @@ -49,14 +49,14 @@ - + - + diff --git a/host/JiShe.IoT.HttpApi.Host/Pages/Login.cshtml b/host/JiShe.IoT.HttpApi.Host/Pages/Login.cshtml index da3684e..ff8d399 100644 --- a/host/JiShe.IoT.HttpApi.Host/Pages/Login.cshtml +++ b/host/JiShe.IoT.HttpApi.Host/Pages/Login.cshtml @@ -6,7 +6,7 @@ } - + 后台服务登录 diff --git a/src/JiShe.IoT.Application.Contracts/JiShe.IoT.Application.Contracts.csproj b/src/JiShe.IoT.Application.Contracts/JiShe.IoT.Application.Contracts.csproj index c98b9b9..c5ac73a 100644 --- a/src/JiShe.IoT.Application.Contracts/JiShe.IoT.Application.Contracts.csproj +++ b/src/JiShe.IoT.Application.Contracts/JiShe.IoT.Application.Contracts.csproj @@ -15,7 +15,7 @@ - + @@ -28,7 +28,7 @@ - + diff --git a/src/JiShe.IoT.Application/JiShe.IoT.Application.csproj b/src/JiShe.IoT.Application/JiShe.IoT.Application.csproj index 9921789..3fe5415 100644 --- a/src/JiShe.IoT.Application/JiShe.IoT.Application.csproj +++ b/src/JiShe.IoT.Application/JiShe.IoT.Application.csproj @@ -5,8 +5,8 @@ $(DotnetTargetFrameworkVersion) JiShe.IoT - - + + @@ -20,7 +20,7 @@ - + diff --git a/src/JiShe.IoT.Domain.Shared/JiShe.IoT.Domain.Shared.csproj b/src/JiShe.IoT.Domain.Shared/JiShe.IoT.Domain.Shared.csproj index 37ef2ab..f49c788 100644 --- a/src/JiShe.IoT.Domain.Shared/JiShe.IoT.Domain.Shared.csproj +++ b/src/JiShe.IoT.Domain.Shared/JiShe.IoT.Domain.Shared.csproj @@ -10,7 +10,7 @@ - + @@ -27,7 +27,7 @@ - + diff --git a/src/JiShe.IoT.Domain/JiShe.IoT.Domain.csproj b/src/JiShe.IoT.Domain/JiShe.IoT.Domain.csproj index e2d8520..28737c2 100644 --- a/src/JiShe.IoT.Domain/JiShe.IoT.Domain.csproj +++ b/src/JiShe.IoT.Domain/JiShe.IoT.Domain.csproj @@ -6,7 +6,7 @@ True - + @@ -19,7 +19,7 @@ - + diff --git a/src/JiShe.IoT.EntityFrameworkCore/JiShe.IoT.EntityFrameworkCore.csproj b/src/JiShe.IoT.EntityFrameworkCore/JiShe.IoT.EntityFrameworkCore.csproj index 13b8b51..9763175 100644 --- a/src/JiShe.IoT.EntityFrameworkCore/JiShe.IoT.EntityFrameworkCore.csproj +++ b/src/JiShe.IoT.EntityFrameworkCore/JiShe.IoT.EntityFrameworkCore.csproj @@ -9,7 +9,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/src/JiShe.IoT.HttpApi.Client/JiShe.IoT.HttpApi.Client.csproj b/src/JiShe.IoT.HttpApi.Client/JiShe.IoT.HttpApi.Client.csproj index 15fa139..5c992d3 100644 --- a/src/JiShe.IoT.HttpApi.Client/JiShe.IoT.HttpApi.Client.csproj +++ b/src/JiShe.IoT.HttpApi.Client/JiShe.IoT.HttpApi.Client.csproj @@ -8,7 +8,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/src/JiShe.IoT.HttpApi/JiShe.IoT.HttpApi.csproj b/src/JiShe.IoT.HttpApi/JiShe.IoT.HttpApi.csproj index 7098b11..51bc296 100644 --- a/src/JiShe.IoT.HttpApi/JiShe.IoT.HttpApi.csproj +++ b/src/JiShe.IoT.HttpApi/JiShe.IoT.HttpApi.csproj @@ -12,8 +12,8 @@ - - + + @@ -27,7 +27,7 @@ - +