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:
authorElinor Fung <elfung@microsoft.com>2022-02-24 05:36:10 +0300
committerGitHub <noreply@github.com>2022-02-24 05:36:10 +0300
commit7984b32774916c98ab7c85c244c9e40581e4cdf5 (patch)
tree9c135e64aaecd6e04d6fad10924ea2d02a927c01 /eng/generators.targets
parent67d8b96d6d04d8aae231425bbf2a192966c4a3f8 (diff)
Update GeneratedDllImportAttribute CharSet -> StringMarshalling (#65544)
Diffstat (limited to 'eng/generators.targets')
-rw-r--r--eng/generators.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/generators.targets b/eng/generators.targets
index d73019014a8..f13e56995af 100644
--- a/eng/generators.targets
+++ b/eng/generators.targets
@@ -47,6 +47,7 @@
and @(EnabledGenerators->AnyHaveMetadataValue('Identity', 'DllImportGenerator'))
and '$(IncludeDllImportGeneratorSources)' == 'true'">
<Compile Include="$(LibrariesProjectRoot)Common\src\System\Runtime\InteropServices\GeneratedDllImportAttribute.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). -->
<Compile Condition="'$(NetCoreAppCurrentTargetFrameworkMoniker)' == '$(TargetFrameworkMoniker)'" Include="$(LibrariesProjectRoot)Common\src\System\Runtime\InteropServices\GeneratedMarshallingAttribute.cs" />