Skip to content

Commit 1610882

Browse files
authored
feat(OpcDa): bump version 10.0.0-rc.2.1 (#624)
* refactor: OpcDa 支持 NET10 * chore: bump version 10.0.0-rc.2.1
1 parent c329139 commit 1610882

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>9.0.3</Version>
4+
<Version>10.0.0-rc.2.1</Version>
55
<RootNamespace>BootstrapBlazor.OpcDa</RootNamespace>
66
</PropertyGroup>
77

@@ -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)