File tree Expand file tree Collapse file tree
src/extensions/BootstrapBlazor.OpcDa Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >9.0.0</Version >
4+ <Version >9.0.0-beta01 </Version >
55 <RootNamespace >BootstrapBlazor.OpcDa</RootNamespace >
66 </PropertyGroup >
77
2727 </ItemGroup >
2828
2929 <ItemGroup >
30- <None Include =" lib\OpcComRcw.dll" Pack =" true" PackagePath =" lib" />
31- <None Include =" lib\OpcNetApi.dll" Pack =" true" PackagePath =" lib" />
32- <None Include =" lib\OpcNetApi.Com.dll" Pack =" true" PackagePath =" lib" />
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 " />
3333 </ItemGroup >
3434
3535 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22
33 <ItemGroup >
4- <Files Include =" $(MSBuildThisFileDirectory)/../lib/Opc*.*" />
4+ <Files Include =" $(MSBuildThisFileDirectory)/../lib/net6.0/ Opc*.*" />
55 </ItemGroup >
66
77 <Target Name =" CopyFiles" AfterTargets =" Build" >
You can’t perform that action at this time.
0 commit comments