We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12f3ac commit 563b983Copy full SHA for 563b983
1 file changed
src/extensions/BootstrapBlazor.OpcDa/BootstrapBlazor.OpcDa.csproj
@@ -26,6 +26,9 @@
26
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.*" />
27
</ItemGroup>
28
29
+ <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
30
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.*" />
31
+ </ItemGroup>
32
<ItemGroup>
33
<None Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib\net6.0" />
34
<None Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib\net6.0" />
0 commit comments