Skip to content

Commit

Permalink
Update targets and json files.
Browse files Browse the repository at this point in the history
  • Loading branch information
huanwu committed Feb 28, 2018
1 parent 18925d8 commit c69d4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp2.0",
"tfm": "netcoreapp2.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.0.0"
}
}
}
}
3 changes: 1 addition & 2 deletions src/svcutilcore/pkg/files/svcutilcore.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
</PropertyGroup>

<Target Name="SvcUtilGenerateSerializationAssembly" AfterTargets="Build">
<Message Text="Path3 = $(IntermediateOutputPath)" Importance="high" />
<Delete Condition="Exists('$(_SerializerDllIntermediateFolder)') == 'true'" Files="$(_SerializerDllIntermediateFolder)" ContinueOnError="true" />
<Delete Condition="Exists('$(_SerializerPdbIntermediateFolder)') == 'true'" Files="$(_SerializerPdbIntermediateFolder)" ContinueOnError="true" />
<Delete Condition="Exists('$(_SerializerCsIntermediateFolder)') == 'true'" Files="$(_SerializerCsIntermediateFolder)" ContinueOnError="true" />
Expand All @@ -23,7 +22,7 @@
</Target>

<Target Name="SvcUtilCleanSerializationAssembly" AfterTargets="CoreClean">
<Message Text="Cleaning serialization files..." Importance="normal" />
<Message Text="Cleaning up serialization assemblies..." Importance="normal" />
<Delete Condition="Exists('$(OutputPath)\$(_SerializationAssemblyName).dll') == 'true'" Files="$(OutputPath)\$(_SerializationAssemblyName).dll" />
</Target>
</Project>

0 comments on commit c69d4e8

Please sign in to comment.