Skip to content

Commit b9690ab

Browse files
deps: Bump AWSSDK.Core from 4.0.3.28 to 4.0.3.29
--- updated-dependencies: - dependency-name: AWSSDK.Core dependency-version: 4.0.3.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62c5000 commit b9690ab

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
5-
<Nullable>enable</Nullable>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
<!-- Exclude from CI builds - requires OrchardCore 3.0 preview packages -->
8-
<IsPackable>false</IsPackable>
9-
<IsPublishable>false</IsPublishable>
10-
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
11-
<!-- Skip build entirely in CI to avoid package restore failures -->
12-
<ExcludeFromBuild Condition="'$(CI)' == 'true' OR '$(GITHUB_ACTIONS)' == 'true'">true</ExcludeFromBuild>
13-
<UseLocalSharpCoreDbSources Condition="'$(UseLocalSharpCoreDbSources)' == '' and Exists('..\..\..\..\src\SharpCoreDB\SharpCoreDB.csproj')">true</UseLocalSharpCoreDbSources>
14-
<UseLocalSharpCoreDbSources Condition="'$(UseLocalSharpCoreDbSources)' == ''">false</UseLocalSharpCoreDbSources>
15-
</PropertyGroup>
16-
17-
<!-- OrchardCore packages only restored when NOT in CI -->
18-
<ItemGroup Condition="'$(CI)' != 'true' AND '$(GITHUB_ACTIONS)' != 'true'">
19-
<!-- Stable OrchardCore package -->
20-
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.2.1" />
21-
</ItemGroup>
22-
<ItemGroup>
23-
<PackageReference Include="HtmlSanitizer" Version="9.0.892" />
24-
<PackageReference Include="MimeKit" Version="4.15.1" />
25-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.4.0" />
26-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.5" />
27-
<PackageReference Include="AWSSDK.Core" Version="4.0.3.28" />
28-
</ItemGroup>
29-
30-
<ItemGroup Condition="'$(UseLocalSharpCoreDbSources)' == 'true'">
31-
<ProjectReference Include="..\..\..\..\src\SharpCoreDB.Data.Provider\SharpCoreDB.Data.Provider.csproj" />
32-
<ProjectReference Include="..\..\..\..\src\SharpCoreDB.Provider.YesSql\SharpCoreDB.Provider.YesSql.csproj" />
33-
<ProjectReference Include="..\..\..\..\src\SharpCoreDB\SharpCoreDB.csproj" />
34-
</ItemGroup>
35-
36-
<ItemGroup Condition="'$(UseLocalSharpCoreDbSources)' != 'true'">
37-
<PackageReference Include="SharpCoreDB.Data.Provider" Version="1.7.0" />
38-
<PackageReference Include="SharpCoreDB.Provider.YesSql" Version="1.7.0" />
39-
<PackageReference Include="SharpCoreDB" Version="1.7.0" />
40-
</ItemGroup>
41-
42-
<ItemGroup>
43-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
44-
</ItemGroup>
45-
46-
</Project>
47-
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<!-- Exclude from CI builds - requires OrchardCore 3.0 preview packages -->
8+
<IsPackable>false</IsPackable>
9+
<IsPublishable>false</IsPublishable>
10+
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
11+
<!-- Skip build entirely in CI to avoid package restore failures -->
12+
<ExcludeFromBuild Condition="'$(CI)' == 'true' OR '$(GITHUB_ACTIONS)' == 'true'">true</ExcludeFromBuild>
13+
<UseLocalSharpCoreDbSources Condition="'$(UseLocalSharpCoreDbSources)' == '' and Exists('..\..\..\..\src\SharpCoreDB\SharpCoreDB.csproj')">true</UseLocalSharpCoreDbSources>
14+
<UseLocalSharpCoreDbSources Condition="'$(UseLocalSharpCoreDbSources)' == ''">false</UseLocalSharpCoreDbSources>
15+
</PropertyGroup>
16+
17+
<!-- OrchardCore packages only restored when NOT in CI -->
18+
<ItemGroup Condition="'$(CI)' != 'true' AND '$(GITHUB_ACTIONS)' != 'true'">
19+
<!-- Stable OrchardCore package -->
20+
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="2.2.1" />
21+
</ItemGroup>
22+
<ItemGroup>
23+
<PackageReference Include="HtmlSanitizer" Version="9.0.892" />
24+
<PackageReference Include="MimeKit" Version="4.15.1" />
25+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.4.0" />
26+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.5" />
27+
<PackageReference Include="AWSSDK.Core" Version="4.0.3.29" />
28+
</ItemGroup>
29+
30+
<ItemGroup Condition="'$(UseLocalSharpCoreDbSources)' == 'true'">
31+
<ProjectReference Include="..\..\..\..\src\SharpCoreDB.Data.Provider\SharpCoreDB.Data.Provider.csproj" />
32+
<ProjectReference Include="..\..\..\..\src\SharpCoreDB.Provider.YesSql\SharpCoreDB.Provider.YesSql.csproj" />
33+
<ProjectReference Include="..\..\..\..\src\SharpCoreDB\SharpCoreDB.csproj" />
34+
</ItemGroup>
35+
36+
<ItemGroup Condition="'$(UseLocalSharpCoreDbSources)' != 'true'">
37+
<PackageReference Include="SharpCoreDB.Data.Provider" Version="1.7.0" />
38+
<PackageReference Include="SharpCoreDB.Provider.YesSql" Version="1.7.0" />
39+
<PackageReference Include="SharpCoreDB" Version="1.7.0" />
40+
</ItemGroup>
41+
42+
<ItemGroup>
43+
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
44+
</ItemGroup>
45+
46+
</Project>
47+

0 commit comments

Comments
 (0)