File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2626 <TargetFrameworkMonikerAssemblyAttributesPath >$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath >
2727 </PropertyGroup >
2828 <ItemGroup Condition =" $(BuildForRelease) == 'true'" >
29- <SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
30- <EmbeddedFiles Include =" $(GeneratedAssemblyInfoFile)" />
29+ <SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
30+ <EmbeddedFiles Include =" $(GeneratedAssemblyInfoFile)" />
3131 </ItemGroup >
3232 <PropertyGroup Condition =" $(Configuration.Contains('Debug'))" >
3333 <DefineConstants >$(DefineConstants);DEBUG</DefineConstants >
6969 <PropertyGroup Condition =" '$(BuildSimulator)' == 'true'" >
7070 <DefineConstants >$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants >
7171 </PropertyGroup >
72-
72+
7373 <!-- NuGet Audit Settings -->
7474 <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
7575 <!--
100100
101101 <!-- Provides Version properties -->
102102 <Import Project =" $(ToolsDir)props\Versions.props" />
103- <Import Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Project =" $(ToolsDir)props\VersionsNet9OrLater.props" />
104103 <!-- Provides Tool properties -->
105104 <Import Project =" $(ToolsDir)props\Tools.props" />
106105 <!-- Provides Build properties -->
107- <Import Project =" $(ToolsDir)props\AssemblyInfo.props" />
106+ <Import Project =" $(ToolsDir)props\AssemblyInfo.props" />
108107 <Import Project =" $(ToolsDir)props\AssemblyRef.props" />
109108 <Import Project =" $(ToolsDir)targets\RepositoryInfo.targets" />
110109
You can’t perform that action at this time.
0 commit comments