Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Silberberg <fred@silberberg.xyz>2019-01-18 00:58:29 +0300
committerEric StJohn <ericstj@microsoft.com>2019-01-18 00:58:29 +0300
commit16e30eb036885be519ad984c5d44f447525b539b (patch)
tree3206f0a2efc424c9b6d4c88c293eb207f325f14c /eng/versioning.targets
parent7a6648579fbc7e937ab90fd224d534477f78835a (diff)
Renamed Microsoft.VisualBasic to Microsoft.VisualBasic.Core (dotnet/corefx#34087)
* Renamed Microsoft.VisualBasic to Microsoft.VisualBasic.Core Part of porting Microsoft.VisualBasic to core. A facade for Microsoft.VisualBasic is now generated in place of the original dll so existing applications will be able to continue with the same set of references. * Addressed feedback * Address PR feedback. * Continued work on renaming * Remove package for Microsoft.VisualBasic.Core and make API additions framework specific (cherry picked from commit dotnet/corefx@0ef22b502e77b06f68e97e0614144da8c05b08ef) * Fix test Configurations * Fix VB test build for UAP * PR feedback. Commit migrated from https://github.com/dotnet/corefx/commit/90dc9459b8eaf0c8ac93440e58c7535c67dacc22
Diffstat (limited to 'eng/versioning.targets')
-rw-r--r--eng/versioning.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/versioning.targets b/eng/versioning.targets
index f6202e0cc8c..409d44735be 100644
--- a/eng/versioning.targets
+++ b/eng/versioning.targets
@@ -66,7 +66,7 @@
<AssemblyInfoLines Condition="'$(CLSCompliant)'=='true'" Include="&lt;Assembly:System.CLSCompliant(True)&gt;" />
<AssemblyInfoLines Condition="'$(IncludeDllSafeSearchPathAttribute)'=='true'"
- Include="&lt;Assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)&gt;" />
+ Include="&lt;Assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory Or System.Runtime.InteropServices.DllImportSearchPath.System32)&gt;" />
</ItemGroup>
<WriteLinesToFile File="$(AssemblyInfoFile)"