Skip to content

Commit 631e49b

Browse files
committed
refactor: OpcDa 支持 NET10
1 parent 5e009f9 commit 631e49b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/extensions/BootstrapBlazor.OpcDa/BootstrapBlazor.OpcDa.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
30-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.*" />
30+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0-rc*" />
3131
</ItemGroup>
3232

3333
<ItemGroup>
@@ -60,6 +60,12 @@
6060
<Content Include="lib\OpcNetApi.Com.dll" Pack="true" PackagePath="lib\net9.0" />
6161
</ItemGroup>
6262

63+
<ItemGroup>
64+
<Content Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib\net10.0" />
65+
<Content Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib\net10.0" />
66+
<Content Include="lib\OpcNetApi.Com.dll" Pack="true" PackagePath="lib\net10.0" />
67+
</ItemGroup>
68+
6369
<ItemGroup>
6470
<Using Remove="BootstrapBlazor.Components" />
6571
<Using Remove="Microsoft.AspNetCore.Components" />

0 commit comments

Comments
 (0)