-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump AspNetCore.HealthChecks.MongoDb, MongoDB.Driver and MongoDB.Bson
Bumps [AspNetCore.HealthChecks.MongoDb](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks), [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) and [MongoDB.Bson](https://github.com/mongodb/mongo-csharp-driver). These dependencies needed to be updated together. Updates `AspNetCore.HealthChecks.MongoDb` from 6.0.2 to 8.0.0 - [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases) - [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md) - [Commits](Xabaril/AspNetCore.Diagnostics.HealthChecks@release-ui-6.0.2...release-ui-8.0.0) Updates `MongoDB.Driver` from 2.21.0 to 2.22.0 - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](mongodb/mongo-csharp-driver@v2.21.0...v2.22.0) Updates `MongoDB.Bson` from 2.21.0 to 2.22.0 - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](mongodb/mongo-csharp-driver@v2.21.0...v2.22.0) --- updated-dependencies: - dependency-name: AspNetCore.HealthChecks.MongoDb dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MongoDB.Driver dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MongoDB.Bson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
84ee385
commit 1373431
Showing
2 changed files
with
240 additions
and
240 deletions.
There are no files selected for viewing
256 changes: 128 additions & 128 deletions
256
src/TaskManager/TaskManager/Monai.Deploy.WorkflowManager.TaskManager.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,128 @@ | ||
<!-- | ||
~ Copyright 2022 MONAI Consortium | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<FrameworkReference Include="Microsoft.AspNetCore.App" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="..\..\AssemblyInfo.cs" Link="AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="API\**" /> | ||
<EmbeddedResource Remove="API\**" /> | ||
<None Remove="API\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Plug-ins\**" /> | ||
<EmbeddedResource Remove="Plug-ins\**" /> | ||
<None Remove="Plug-ins\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Database\**" /> | ||
<EmbeddedResource Remove="Database\**" /> | ||
<None Remove="Database\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<AdditionalFiles Include="..\..\.sonarlint\project-monai_monai-deploy-workflow-manager\CSharp\SonarLint.xml" Link="SonarLint.xml" /> | ||
</ItemGroup> | ||
|
||
|
||
<ItemGroup> | ||
<PackageReference Include="AspNetCore.HealthChecks.MongoDb" Version="6.0.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.22" /> | ||
<PackageReference Include="Monai.Deploy.Messaging" Version="1.0.6" /> | ||
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="1.0.6" /> | ||
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.18"> | ||
<TreatAsUsed>true</TreatAsUsed> | ||
</PackageReference> | ||
<PackageReference Include="Monai.Deploy.Security" Version="0.1.3" /> | ||
<PackageReference Include="NLog" Version="5.2.4"> | ||
<TreatAsUsed>true</TreatAsUsed> | ||
</PackageReference> | ||
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.4" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\Common\Configuration\Monai.Deploy.WorkflowManager.Common.Configuration.csproj" /> | ||
<ProjectReference Include="..\..\Common\Miscellaneous\Monai.Deploy.WorkflowManager.Common.Miscellaneous.csproj" /> | ||
<ProjectReference Include="..\API\Monai.Deploy.WorkflowManager.TaskManager.API.csproj" /> | ||
<ProjectReference Include="..\Database\Monai.Deploy.WorkflowManager.TaskManager.Database.csproj" /> | ||
<ProjectReference Include="..\Plug-ins\AideClinicalReview\Monai.Deploy.WorkflowManager.TaskManager.AideClinicalReview.csproj"> | ||
<TreatAsUsed>true</TreatAsUsed> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Plug-ins\Argo\Monai.Deploy.WorkflowManager.TaskManager.Argo.csproj" /> | ||
<ProjectReference Include="..\Plug-ins\Docker\Monai.Deploy.WorkflowManager.TaskManager.Docker.csproj" /> | ||
<ProjectReference Include="..\Plug-ins\Email\Monai.Deploy.WorkflowManager.TaskManager.Email.csproj"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="appsettings.Development.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Update="appsettings.Local.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="nlog.config"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder> | ||
<CodeAnalysisRuleSet>..\..\.sonarlint\project-monai_monai-deploy-workflow-managercsharp.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
|
||
<Target Name="CopyPlugins" AfterTargets="publish"> | ||
<ItemGroup> | ||
<PluginDlls Include="$(PublishDir)Monai.Deploy.Messaging.RabbitMQ.dll;$(PublishDir)Monai.Deploy.Storage.MinIO.dll" /> | ||
</ItemGroup> | ||
<Copy SourceFiles="@(PluginDlls)" DestinationFolder="$(PublishDir)\plug-ins\" SkipUnchangedFiles="true" /> | ||
<Message Text="Files copied successfully to $(PublishDir)\plug-ins\." Importance="high" /> | ||
</Target> | ||
|
||
<Target Name="CopyPluginsBuild" AfterTargets="build"> | ||
<ItemGroup> | ||
<PluginDlls Include="$(OutDir)Monai.Deploy.Messaging.RabbitMQ.dll;$(OutDir)Monai.Deploy.Storage.MinIO.dll" /> | ||
</ItemGroup> | ||
<Copy SourceFiles="@(PluginDlls)" DestinationFolder="$(OutDir)\plug-ins\" SkipUnchangedFiles="true" /> | ||
<Message Text="Files copied successfully to $(OutDir)\plug-ins\." Importance="high" /> | ||
</Target> | ||
|
||
</Project> | ||
<!-- | ||
~ Copyright 2022 MONAI Consortium | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<FrameworkReference Include="Microsoft.AspNetCore.App" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="..\..\AssemblyInfo.cs" Link="AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="API\**" /> | ||
<EmbeddedResource Remove="API\**" /> | ||
<None Remove="API\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Plug-ins\**" /> | ||
<EmbeddedResource Remove="Plug-ins\**" /> | ||
<None Remove="Plug-ins\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="Database\**" /> | ||
<EmbeddedResource Remove="Database\**" /> | ||
<None Remove="Database\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<AdditionalFiles Include="..\..\.sonarlint\project-monai_monai-deploy-workflow-manager\CSharp\SonarLint.xml" Link="SonarLint.xml" /> | ||
</ItemGroup> | ||
|
||
|
||
<ItemGroup> | ||
<PackageReference Include="AspNetCore.HealthChecks.MongoDb" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.22" /> | ||
<PackageReference Include="Monai.Deploy.Messaging" Version="1.0.6" /> | ||
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="1.0.6" /> | ||
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.18"> | ||
<TreatAsUsed>true</TreatAsUsed> | ||
</PackageReference> | ||
<PackageReference Include="Monai.Deploy.Security" Version="0.1.3" /> | ||
<PackageReference Include="NLog" Version="5.2.4"> | ||
<TreatAsUsed>true</TreatAsUsed> | ||
</PackageReference> | ||
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.4" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\Common\Configuration\Monai.Deploy.WorkflowManager.Common.Configuration.csproj" /> | ||
<ProjectReference Include="..\..\Common\Miscellaneous\Monai.Deploy.WorkflowManager.Common.Miscellaneous.csproj" /> | ||
<ProjectReference Include="..\API\Monai.Deploy.WorkflowManager.TaskManager.API.csproj" /> | ||
<ProjectReference Include="..\Database\Monai.Deploy.WorkflowManager.TaskManager.Database.csproj" /> | ||
<ProjectReference Include="..\Plug-ins\AideClinicalReview\Monai.Deploy.WorkflowManager.TaskManager.AideClinicalReview.csproj"> | ||
<TreatAsUsed>true</TreatAsUsed> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Plug-ins\Argo\Monai.Deploy.WorkflowManager.TaskManager.Argo.csproj" /> | ||
<ProjectReference Include="..\Plug-ins\Docker\Monai.Deploy.WorkflowManager.TaskManager.Docker.csproj" /> | ||
<ProjectReference Include="..\Plug-ins\Email\Monai.Deploy.WorkflowManager.TaskManager.Email.csproj"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="appsettings.Development.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Update="appsettings.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Update="appsettings.Local.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Update="nlog.config"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> | ||
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder> | ||
<CodeAnalysisRuleSet>..\..\.sonarlint\project-monai_monai-deploy-workflow-managercsharp.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
|
||
<Target Name="CopyPlugins" AfterTargets="publish"> | ||
<ItemGroup> | ||
<PluginDlls Include="$(PublishDir)Monai.Deploy.Messaging.RabbitMQ.dll;$(PublishDir)Monai.Deploy.Storage.MinIO.dll" /> | ||
</ItemGroup> | ||
<Copy SourceFiles="@(PluginDlls)" DestinationFolder="$(PublishDir)\plug-ins\" SkipUnchangedFiles="true" /> | ||
<Message Text="Files copied successfully to $(PublishDir)\plug-ins\." Importance="high" /> | ||
</Target> | ||
|
||
<Target Name="CopyPluginsBuild" AfterTargets="build"> | ||
<ItemGroup> | ||
<PluginDlls Include="$(OutDir)Monai.Deploy.Messaging.RabbitMQ.dll;$(OutDir)Monai.Deploy.Storage.MinIO.dll" /> | ||
</ItemGroup> | ||
<Copy SourceFiles="@(PluginDlls)" DestinationFolder="$(OutDir)\plug-ins\" SkipUnchangedFiles="true" /> | ||
<Message Text="Files copied successfully to $(OutDir)\plug-ins\." Importance="high" /> | ||
</Target> | ||
|
||
</Project> |
Oops, something went wrong.