Skip to content

Commit 61ad988

Browse files
committed
Renamed SvcUtil Assembly to dotnet-svcutilcore
1 parent 31b9fce commit 61ad988

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/svcutilcore/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

src/svcutilcore/src/svcutilcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

src/svcutilcore/tests/svcutilcore.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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>
@@ -58,7 +58,7 @@
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" />
@@ -80,7 +80,7 @@
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"

0 commit comments

Comments
 (0)