Update metadata to 54.0.44-preview

DX Compiler release for August 2023
Drop net6.0 and add net8.0 support.
This commit is contained in:
Amer Koleci
2023-09-05 10:57:33 +02:00
parent f8094574f9
commit de454e710f
45 changed files with 545 additions and 555 deletions

View File

@@ -7,7 +7,9 @@
</PropertyGroup>
<!-- Settings that are only set for libraries -->
<PropertyGroup Condition="'$(OutputType)' == 'Library'">
<PropertyGroup Condition=" '$(OutputType)' == 'Library' AND '$(TargetFramework)' != 'netstandard2.0' AND '$(TargetFramework)' != 'netstandard2.1' ">
<EnableAotAnalyzer>true</EnableAotAnalyzer>
<EnableSingleFileAnalyzer>true</EnableSingleFileAnalyzer>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>