-
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 AWSSDK.SecurityToken from 3.7.300.23 to 3.7.300.56
Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.300.23 to 3.7.300.56. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2361edd
commit 79c7898
Showing
1 changed file
with
63 additions
and
63 deletions.
There are no files selected for viewing
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,64 +1,64 @@ | ||
<!-- | ||
~ Copyright 2021-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> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LangVersion>latest</LangVersion> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<RootNamespace>Monai.Deploy.Storage</RootNamespace> | ||
<Nullable>enable</Nullable> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> | ||
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-storagecsharp.ruleset</CodeAnalysisRuleSet> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<AdditionalFiles Include="..\.sonarlint\project-monai_monai-deploy-storage\CSharp\SonarLint.xml" Link="SonarLint.xml" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<PackageId>Monai.Deploy.Storage</PackageId> | ||
<Version>0.1.0</Version> | ||
<Authors>MONAI Consortium</Authors> | ||
<Company>MONAI Consortium</Company> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Storage layer for MONAI Deploy clinical data pipelines system.</Description> | ||
<Copyright>MONAI Consortium</Copyright> | ||
<PackageProjectUrl>https://github.com/Project-MONAI/monai-deploy-storage</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Project-MONAI/monai-deploy-storage</RepositoryUrl> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\..\LICENSE" Link="LICENSE" PackagePath="" Pack="true" /> | ||
<None Include="..\..\third-party-licenses.md" Link="third-party-licenses.md" PackagePath="" Pack="true" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Remove="Tests\**" /> | ||
<EmbeddedResource Remove="Tests\**" /> | ||
<None Remove="Tests\**" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.23" /> | ||
<PackageReference Include="System.IO.Abstractions" Version="20.0.4" /> | ||
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\S3Policy\Monai.Deploy.Storage.S3Policy.csproj" /> | ||
</ItemGroup> | ||
<!-- | ||
~ Copyright 2021-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> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LangVersion>latest</LangVersion> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<RootNamespace>Monai.Deploy.Storage</RootNamespace> | ||
<Nullable>enable</Nullable> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> | ||
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-storagecsharp.ruleset</CodeAnalysisRuleSet> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<AdditionalFiles Include="..\.sonarlint\project-monai_monai-deploy-storage\CSharp\SonarLint.xml" Link="SonarLint.xml" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<PackageId>Monai.Deploy.Storage</PackageId> | ||
<Version>0.1.0</Version> | ||
<Authors>MONAI Consortium</Authors> | ||
<Company>MONAI Consortium</Company> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Storage layer for MONAI Deploy clinical data pipelines system.</Description> | ||
<Copyright>MONAI Consortium</Copyright> | ||
<PackageProjectUrl>https://github.com/Project-MONAI/monai-deploy-storage</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Project-MONAI/monai-deploy-storage</RepositoryUrl> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\..\LICENSE" Link="LICENSE" PackagePath="" Pack="true" /> | ||
<None Include="..\..\third-party-licenses.md" Link="third-party-licenses.md" PackagePath="" Pack="true" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Remove="Tests\**" /> | ||
<EmbeddedResource Remove="Tests\**" /> | ||
<None Remove="Tests\**" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.56" /> | ||
<PackageReference Include="System.IO.Abstractions" Version="20.0.4" /> | ||
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\S3Policy\Monai.Deploy.Storage.S3Policy.csproj" /> | ||
</ItemGroup> | ||
</Project> |