8000 feat: mark service agent package compatible with browser · cnblogs/Architecture@34e3ad4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34e3ad4

Browse files
committed
feat: mark service agent package compatible with browser
1 parent 3d7cd5d commit 34e3ad4

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

src/Cnblogs.Architecture.Ddd.Cqrs.Abstractions/Cnblogs.Architecture.Ddd.Cqrs.Abstractions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14+
<SupportedPlatform Include="browser"/>
1415
<ProjectReference Include="..\Cnblogs.Architecture.Ddd.Infrastructure.Abstractions\Cnblogs.Architecture.Ddd.Infrastructure.Abstractions.csproj" />
1516
</ItemGroup>
1617

src/Cnblogs.Architecture.Ddd.Cqrs.DependencyInjection/Cnblogs.Architecture.Ddd.Cqrs.DependencyInjection.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9+
<SupportedPlatform Include="browser"/>
910
<ProjectReference Include="..\Cnblogs.Architecture.Ddd.Cqrs.Abstractions\Cnblogs.Architecture.Ddd.Cqrs.Abstractions.csproj"/>
1011
</ItemGroup>
1112

src/Cnblogs.Architecture.Ddd.Cqrs.ServiceAgent/Cnblogs.Architecture.Ddd.Cqrs.ServiceAgent.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectReference Include="..\Cnblogs.Architecture.Ddd.Cqrs.DependencyInjection\Cnblogs.Architecture.Ddd.Cqrs.DependencyInjection.csproj" />
99
</ItemGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
11+
<SupportedPlatform Include="browser"/>
1212
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.7" />
1313
</ItemGroup>
1414
<ItemGroup>

src/Cnblogs.Architecture.Ddd.Infrastructure.Abstractions/Cnblogs.Architecture.Ddd.Infrastructure.Abstractions.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
</Description>
1010
</PropertyGroup>
1111

12-
<ItemGroup>
13-
<ProjectReference Include="..\Cnblogs.Architecture.Ddd.Domain.Abstractions\Cnblogs.Architecture.Ddd.Domain.Abstractions.csproj" />
14-
</ItemGroup>
12+
<ItemGroup>
13+
<ProjectReference Include="..\Cnblogs.Architecture.Ddd.Domain.Abstractions\Cnblogs.Architecture.Ddd.Domain.Abstractions.csproj"/>
14+
</ItemGroup>
1515

16-
<ItemGroup>
17-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
18-
</ItemGroup>
16+
<ItemGroup>
17+
<SupportedPlatform Include="browser"/>
18+
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
19+
</ItemGroup>
1920

2021
</Project>

0 commit comments

Comments
 (0)
0