fix(Hi.WpfPlus): drop stale using Google.Protobuf.WellKnownTypes
WpfDispUtil.cs carried a stale `using Google.Protobuf.WellKnownTypes;` with zero matching symbol usage in the file body — it resolved only because HiGeom used to re-export Google.Protobuf transitively via its now-removed Grpc.Tools / Google.Protobuf PackageRefs. CS0246 on 'Google' once that transitive bring-in went away. VersionBuild bump 140→141 rides along for the NuGet republish. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
24c85e3cde
commit
c1b86be4aa
@ -1,4 +1,3 @@
|
||||
using Google.Protobuf.WellKnownTypes;
|
||||
using Hi.Disp;
|
||||
using Hi.Geom;
|
||||
using Hi.Licenses;
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
HiAPI wpf canvas.
|
||||
</Description>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
<VersionBuild>140</VersionBuild>
|
||||
<VersionBuild>141</VersionBuild>
|
||||
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
|
||||
<PackageId>Hi.WpfPlus</PackageId>
|
||||
<PackageTags>HiAPI</PackageTags>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user