File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 <AssemblyVersion >1.0.0.0</AssemblyVersion >
66 <AssemblyKey >Open</AssemblyKey >
77 <IsNETCoreApp >true</IsNETCoreApp >
8- <IsNETCoreAppRef >true </IsNETCoreAppRef >
8+ <IsNETCoreAppRef >false </IsNETCoreAppRef >
99 <IsUAP >false</IsUAP >
1010 <IsUAPRef >false</IsUAPRef >
1111 </PropertyGroup >
Original file line number Diff line number Diff line change 22<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44 <PropertyGroup >
5- <AssemblyName >svcutilcore</AssemblyName >
5+ <AssemblyName >dotnet- svcutilcore</AssemblyName >
66 <RootNamespace >Microsoft.Tools.ServiceModel.SvcUtil</RootNamespace >
77 <OutputType >Exe</OutputType >
88 <TargetExt >.dll</TargetExt >
Original file line number Diff line number Diff line change 4949 <ItemGroup >
5050 <Content Include =" $(GeneratorRuntimeConfig)" >
5151 <!-- Rename it to match the Generator application name -->
52- <Link >svcutilcore.runtimeconfig.json</Link >
52+ <Link >dotnet- svcutilcore.runtimeconfig.json</Link >
5353 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
5454 </Content >
5555 </ItemGroup >
5858 <ProjectReference Include =" $(WcfInfrastructureCommonProj)" />
5959 </ItemGroup >
6060 <ItemGroup >
61- <ReferenceFromRuntime Include =" svcutilcore" >
61+ <ReferenceFromRuntime Include =" dotnet- svcutilcore" >
6262 <Private >true</Private >
6363 </ReferenceFromRuntime >
6464 <ReferenceFromRuntime Include =" xunit.execution.dotnet" />
8080 <PropertyGroup >
8181 <CorrectedOutputPath >$(OutputPath.Replace('/', '\'))</CorrectedOutputPath >
8282 </PropertyGroup >
83- <Exec Command =" $(GeneratorCliPath)dotnet $(CorrectedOutputPath)svcutilcore.dll /t:xmlserializer $(CorrectedOutputPath)$(InputAssembly).dll /out:$(CorrectedOutputPath)$(SerializerName).cs" />
83+ <Exec Command =" $(GeneratorCliPath)dotnet $(CorrectedOutputPath)dotnet- svcutilcore.dll /t:xmlserializer $(CorrectedOutputPath)$(InputAssembly).dll /out:$(CorrectedOutputPath)$(SerializerName).cs" />
8484 <Warning Condition =" Exists('$(CorrectedOutputPath)$(SerializerName).cs') != 'true'" Text =" Fail to generate $(CorrectedOutputPath)$(SerializerName).cs" />
8585 <Csc Condition =" Exists('$(CorrectedOutputPath)$(SerializerName).cs') == 'true' AND '$(MSBuildRuntimeType)' != 'core'"
8686 OutputAssembly =" $(CorrectedOutputPath)$(SerializerName).dll"
You can’t perform that action at this time.
0 commit comments