|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <Version>9.0.2</Version> |
| 4 | + <Version>9.0.3</Version> |
5 | 5 | <RootNamespace>BootstrapBlazor.OpcDa</RootNamespace> |
6 | 6 | </PropertyGroup> |
7 | 7 |
|
|
26 | 26 | <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.*" /> |
27 | 27 | </ItemGroup> |
28 | 28 |
|
| 29 | + <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> |
| 30 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.*" /> |
| 31 | + </ItemGroup> |
| 32 | + |
| 33 | + <ItemGroup> |
| 34 | + <Reference Include="OpcComRcw" HintPath="Lib\OpcComRcw.dll" /> |
| 35 | + <Reference Include="OpcNetApi" HintPath="Lib\OpcNetApi.dll" /> |
| 36 | + <Reference Include="OpcNetApi.Com" HintPath="Lib\OpcNetApi.Com.dll" /> |
| 37 | + </ItemGroup> |
| 38 | + |
| 39 | + <ItemGroup> |
| 40 | + <Content Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib\net6.0" /> |
| 41 | + <Content Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib\net6.0" /> |
| 42 | + <Content Include="lib\OpcNetApi.Com.dll" Pack="true" PackagePath="lib\net6.0" /> |
| 43 | + </ItemGroup> |
| 44 | + |
29 | 45 | <ItemGroup> |
30 | | - <None Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib\net6.0" /> |
31 | | - <None Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib\net6.0" /> |
32 | | - <None Include="lib\OpcNetApi.Com.dll" Pack="true" PackagePath="lib\net6.0" /> |
| 46 | + <Content Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib\net7.0" /> |
| 47 | + <Content Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib\net7.0" /> |
| 48 | + <Content Include="lib\OpcNetApi.Com.dll" Pack="true" PackagePath="lib\net7.0" /> |
33 | 49 | </ItemGroup> |
34 | 50 |
|
35 | 51 | <ItemGroup> |
36 | | - <Reference Include="OpcComRcw" HintPath="lib\OpcComRcw.dll" Private="true" PackageCopyToOutput="true" /> |
37 | | - <Reference Include="OpcNetApi" HintPath="lib\OpcNetApi.dll" Private="true" PackageCopyToOutput="true" /> |
38 | | - <Reference Include="OpcNetApi.Com" HintPath="lib\OpcNetApi.Com.dll" Private="true" PackageCopyToOutput="true" /> |
| 52 | + <Content Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib\net8.0" /> |
| 53 | + <Content Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib\net8.0" /> |
| 54 | + <Content Include="lib\OpcNetApi.Com.dll" Pack="true" PackagePath="lib\net8.0" /> |
39 | 55 | </ItemGroup> |
40 | 56 |
|
41 | 57 | <ItemGroup> |
42 | | - <Content Include="build\*.targets" PackagePath="build" /> |
| 58 | + <Content Include="lib\OpcComRcw.dll" Pack="true" PackagePath="lib\net9.0" /> |
| 59 | + <Content Include="lib\OpcNetApi.dll" Pack="true" PackagePath="lib\net9.0" /> |
| 60 | + <Content Include="lib\OpcNetApi.Com.dll" Pack="true" PackagePath="lib\net9.0" /> |
43 | 61 | </ItemGroup> |
44 | 62 |
|
45 | 63 | <ItemGroup> |
|
0 commit comments