Skip to content

Commit 3e20b72

Browse files
Bump AWSSDK.SecurityToken from 3.7.300.23 to 3.7.300.32
Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.300.23 to 3.7.300.32. - [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] <support@github.com>
1 parent 2361edd commit 3e20b72

File tree

1 file changed

+63
-63
lines changed

1 file changed

+63
-63
lines changed
Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
<!--
2-
~ Copyright 2021-2022 MONAI Consortium
3-
~
4-
~ Licensed under the Apache License, Version 2.0 (the "License");
5-
~ you may not use this file except in compliance with the License.
6-
~ You may obtain a copy of the License at
7-
~
8-
~ http://www.apache.org/licenses/LICENSE-2.0
9-
~
10-
~ Unless required by applicable law or agreed to in writing, software
11-
~ distributed under the License is distributed on an "AS IS" BASIS,
12-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
~ See the License for the specific language governing permissions and
14-
~ limitations under the License.
15-
-->
16-
<Project Sdk="Microsoft.NET.Sdk">
17-
<PropertyGroup>
18-
<TargetFramework>net8.0</TargetFramework>
19-
<LangVersion>latest</LangVersion>
20-
<ImplicitUsings>enable</ImplicitUsings>
21-
<RootNamespace>Monai.Deploy.Storage</RootNamespace>
22-
<Nullable>enable</Nullable>
23-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
24-
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
25-
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-storagecsharp.ruleset</CodeAnalysisRuleSet>
26-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
27-
</PropertyGroup>
28-
<ItemGroup>
29-
<AdditionalFiles Include="..\.sonarlint\project-monai_monai-deploy-storage\CSharp\SonarLint.xml" Link="SonarLint.xml" />
30-
</ItemGroup>
31-
<PropertyGroup>
32-
<PackageId>Monai.Deploy.Storage</PackageId>
33-
<Version>0.1.0</Version>
34-
<Authors>MONAI Consortium</Authors>
35-
<Company>MONAI Consortium</Company>
36-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
37-
<Description>Storage layer for MONAI Deploy clinical data pipelines system.</Description>
38-
<Copyright>MONAI Consortium</Copyright>
39-
<PackageProjectUrl>https://github.com/Project-MONAI/monai-deploy-storage</PackageProjectUrl>
40-
<RepositoryUrl>https://github.com/Project-MONAI/monai-deploy-storage</RepositoryUrl>
41-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
42-
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
43-
</PropertyGroup>
44-
<ItemGroup>
45-
<None Include="..\..\LICENSE" Link="LICENSE" PackagePath="" Pack="true" />
46-
<None Include="..\..\third-party-licenses.md" Link="third-party-licenses.md" PackagePath="" Pack="true" />
47-
</ItemGroup>
48-
<ItemGroup>
49-
<Compile Remove="Tests\**" />
50-
<EmbeddedResource Remove="Tests\**" />
51-
<None Remove="Tests\**" />
52-
</ItemGroup>
53-
<ItemGroup>
54-
<Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
55-
</ItemGroup>
56-
<ItemGroup>
57-
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.23" />
58-
<PackageReference Include="System.IO.Abstractions" Version="20.0.4" />
59-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" />
60-
</ItemGroup>
61-
<ItemGroup>
62-
<ProjectReference Include="..\S3Policy\Monai.Deploy.Storage.S3Policy.csproj" />
63-
</ItemGroup>
1+
<!--
2+
~ Copyright 2021-2022 MONAI Consortium
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
<Project Sdk="Microsoft.NET.Sdk">
17+
<PropertyGroup>
18+
<TargetFramework>net8.0</TargetFramework>
19+
<LangVersion>latest</LangVersion>
20+
<ImplicitUsings>enable</ImplicitUsings>
21+
<RootNamespace>Monai.Deploy.Storage</RootNamespace>
22+
<Nullable>enable</Nullable>
23+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
24+
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
25+
<CodeAnalysisRuleSet>..\.sonarlint\project-monai_monai-deploy-storagecsharp.ruleset</CodeAnalysisRuleSet>
26+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
27+
</PropertyGroup>
28+
<ItemGroup>
29+
<AdditionalFiles Include="..\.sonarlint\project-monai_monai-deploy-storage\CSharp\SonarLint.xml" Link="SonarLint.xml" />
30+
</ItemGroup>
31+
<PropertyGroup>
32+
<PackageId>Monai.Deploy.Storage</PackageId>
33+
<Version>0.1.0</Version>
34+
<Authors>MONAI Consortium</Authors>
35+
<Company>MONAI Consortium</Company>
36+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
37+
<Description>Storage layer for MONAI Deploy clinical data pipelines system.</Description>
38+
<Copyright>MONAI Consortium</Copyright>
39+
<PackageProjectUrl>https://github.com/Project-MONAI/monai-deploy-storage</PackageProjectUrl>
40+
<RepositoryUrl>https://github.com/Project-MONAI/monai-deploy-storage</RepositoryUrl>
41+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
42+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
43+
</PropertyGroup>
44+
<ItemGroup>
45+
<None Include="..\..\LICENSE" Link="LICENSE" PackagePath="" Pack="true" />
46+
<None Include="..\..\third-party-licenses.md" Link="third-party-licenses.md" PackagePath="" Pack="true" />
47+
</ItemGroup>
48+
<ItemGroup>
49+
<Compile Remove="Tests\**" />
50+
<EmbeddedResource Remove="Tests\**" />
51+
<None Remove="Tests\**" />
52+
</ItemGroup>
53+
<ItemGroup>
54+
<Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
55+
</ItemGroup>
56+
<ItemGroup>
57+
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.32" />
58+
<PackageReference Include="System.IO.Abstractions" Version="20.0.4" />
59+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" />
60+
</ItemGroup>
61+
<ItemGroup>
62+
<ProjectReference Include="..\S3Policy\Monai.Deploy.Storage.S3Policy.csproj" />
63+
</ItemGroup>
6464
</Project>

0 commit comments

Comments
 (0)