File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
</ItemGroup >
35
35
36
36
<Target Name =" protocolBufferGenerator" BeforeTargets =" BeforeBuild" Inputs =" @(Protobuf)" Outputs =" bin\$(Configuration)\$(TargetFramework)\blazor_components.dll" >
37
- <Exec Command =" $(NugetPackageRoot)google.protobuf.tools/3.27.0 /tools/linux_x64/protoc --proto_path=$(NugetPackageRoot)google.protobuf.tools/3.27.0 /tools/ --proto_path=%(Protobuf.RelativeDir) --csharp_out=./proto %(Protobuf.RelativeDir)%(Protobuf.Filename)%(Protobuf.Extension)" Condition =" $([MSBuild]::IsOSPlatform('Linux'))" />
38
- <Exec Command =" $(NugetPackageRoot)google.protobuf.tools\3.27.0 \tools\windows_x64\protoc --proto_path=$(NugetPackageRoot)google.protobuf.tools\3.27.0 \tools\ --proto_path=%(Protobuf.RelativeDir) --csharp_out=.\proto %(Protobuf.RelativeDir)%(Protobuf.Filename)%(Protobuf.Extension)" Condition =" $([MSBuild]::IsOSPlatform('Windows'))" />
37
+ <Exec Command =" $(NugetPackageRoot)google.protobuf.tools/3.27.2 /tools/linux_x64/protoc --proto_path=$(NugetPackageRoot)google.protobuf.tools/3.27.2 /tools/ --proto_path=%(Protobuf.RelativeDir) --csharp_out=./proto %(Protobuf.RelativeDir)%(Protobuf.Filename)%(Protobuf.Extension)" Condition =" $([MSBuild]::IsOSPlatform('Linux'))" />
38
+ <Exec Command =" $(NugetPackageRoot)google.protobuf.tools\3.27.2 \tools\windows_x64\protoc --proto_path=$(NugetPackageRoot)google.protobuf.tools\3.27.2 \tools\ --proto_path=%(Protobuf.RelativeDir) --csharp_out=.\proto %(Protobuf.RelativeDir)%(Protobuf.Filename)%(Protobuf.Extension)" Condition =" $([MSBuild]::IsOSPlatform('Windows'))" />
39
39
<ItemGroup >
40
40
<Compile Include =" proto/*.cs" KeepDuplicates =" false" />
41
41
</ItemGroup >
You can’t perform that action at this time.
0 commit comments