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
path: root/eng
diff options
context:
space:
mode:
authorElinor Fung <elfung@microsoft.com>2022-03-10 05:07:52 +0300
committerGitHub <noreply@github.com>2022-03-10 05:07:52 +0300
commitc2ec86b1c552ac8a1749f9f98e012f707e325660 (patch)
treefef23a383576f9a71ac11345d7259a6e0b05d9a5 /eng
parentb71eba8b3a74fa6282dc1526e68abbd26f3e385f (diff)
Rename `GeneratedDllImportAttribute` -> `LibraryImportAttribute` (#66307)
Diffstat (limited to 'eng')
-rw-r--r--eng/generators.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/generators.targets b/eng/generators.targets
index 7cd7b4ca935..9ca826c5cc7 100644
--- a/eng/generators.targets
+++ b/eng/generators.targets
@@ -44,7 +44,7 @@
<ItemGroup Condition="'@(EnabledGenerators)' != ''
and @(EnabledGenerators->AnyHaveMetadataValue('Identity', 'LibraryImportGenerator'))
and '$(IncludeLibraryImportGeneratorSources)' == 'true'">
- <Compile Include="$(LibrariesProjectRoot)Common\src\System\Runtime\InteropServices\GeneratedDllImportAttribute.cs" />
+ <Compile Include="$(LibrariesProjectRoot)Common\src\System\Runtime\InteropServices\LibraryImportAttribute.cs" />
<Compile Include="$(LibrariesProjectRoot)Common\src\System\Runtime\InteropServices\StringMarshalling.cs" />
<!-- Only add the following files if we are on the latest TFM (that is, net7). -->