Skip to content

Commit 563b983

Browse files
committed
chore: 增加 net10 支持
1 parent a12f3ac commit 563b983

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.*" />
2727
</ItemGroup>
2828

29+
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
30+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.*" />
31+
</ItemGroup>
2932
<ItemGroup>
3033
<None Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib\net6.0" />
3134
<None Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib\net6.0" />

0 commit comments

Comments
 (0)