remove NetCore10Assemblies renaming back
This commit is contained in:
parent
21ae26afb7
commit
1f886632f2
1 changed files with 0 additions and 4 deletions
|
@ -183,10 +183,6 @@
|
||||||
PlatformAssemblyPaths="@(PlatformAssemblies);
|
PlatformAssemblyPaths="@(PlatformAssemblies);
|
||||||
@(PublishDirSubDirectories);
|
@(PublishDirSubDirectories);
|
||||||
$(SharedFrameworkNameVersionPath)" />
|
$(SharedFrameworkNameVersionPath)" />
|
||||||
|
|
||||||
<!-- Move the "1.0" assemblies back -->
|
|
||||||
<Move SourceFiles="@(NETCore10Assemblies->'$(PublishDir)/%(Filename)%(Extension).bak')"
|
|
||||||
DestinationFiles="@(NETCore10Assemblies)" />
|
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="RemoveVbc"
|
<Target Name="RemoveVbc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue