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:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2022-02-10 22:26:14 +0300
committerGitHub <noreply@github.com>2022-02-10 22:26:14 +0300
commitccd67b0c449e11cb6fbfea75507b6d01c2182b2d (patch)
tree1ebe64db1972b8524a3d3aa08428d41f74289d72 /Directory.Build.targets
parentb0e16a18025287e746b0418fbedda27dbaf3922d (diff)
Move DllImportGenerator to use DisableRuntimeMarshalling for its blittable classification (#64279)
Diffstat (limited to 'Directory.Build.targets')
-rw-r--r--Directory.Build.targets4
1 files changed, 4 insertions, 0 deletions
diff --git a/Directory.Build.targets b/Directory.Build.targets
index f59955242b2..541cdfb59f2 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -26,6 +26,10 @@
<InformationalVersion Condition="'$(InformationalVersion)' == '' and '$(VersionSuffix)' != ''">$(ProductVersion)-$(VersionSuffix)</InformationalVersion>
</PropertyGroup>
+ <ItemGroup>
+ <SupportedNETCoreAppTargetFramework Include=".NETCoreApp,Version=v$(NETCoreAppMaximumVersion)" DisplayName=".NET $(NETCoreAppMaximumVersion)" Alias="net$(NETCoreAppMaximumVersion)" />
+ </ItemGroup>
+
<!-- The Default behavior in VS is to show files for the first target framework in TargetFrameworks property.
This is required to show all the files corresponding to all target frameworks in VS. -->
<ItemGroup Condition="'$(DefaultLanguageSourceExtension)' != '' and