Skip to content

Commit 0f6889e

Browse files
committed
Rebase and update test baselines.
1 parent 73afc34 commit 0f6889e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/dotnet-svcutil/lib/tests/Baselines/MultiTargetTypeReuse/TypeReuseClient/ServiceReference/dotnet-svcutil.params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"outputFile": "Reference.cs",
1212
"references": [
13-
"$TEMP$MultiTargetTypeReuse//TypeReuseClient//bin//Debug//net6.0//BinLib.dll"
13+
"$TEMP$MultiTargetTypeReuse//TypeReuseClient//bin//Debug//DOTNET_VERSION//BinLib.dll"
1414
],
1515
"targetFramework": "N.N",
1616
"typeReuseMode": "All"

src/dotnet-svcutil/lib/tests/Baselines/ParamsFiles/elm/elm.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
<PackageReference Include="System.ServiceModel.*", Version="N.N.N">
1313
<PackageReference Include="System.ServiceModel.*", Version="N.N.N">
1414
<PackageReference Include="System.ServiceModel.*", Version="N.N.N">
15+
<PackageReference Include="System.Web.Services.Description", Version="N.N.N">
1516
</ItemGroup>
1617
</Project>

src/dotnet-svcutil/lib/tests/Baselines/TypeReuse/TypeReuse/TypeReuse.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
<PackageReference Include="System.ServiceModel.*", Version="N.N.N">
2525
<PackageReference Include="System.ServiceModel.*", Version="N.N.N">
2626
<PackageReference Include="System.ServiceModel.*", Version="N.N.N">
27+
<PackageReference Include="System.Web.Services.Description", Version="N.N.N">
2728
</ItemGroup>
2829
</Project>

0 commit comments

Comments
 (0)